42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
!#include "/home/hate/.colors/nord"
|
|
|
|
!! Set the background, foreground and cursor colors as below:
|
|
!*.background: #282828
|
|
!*.foreground: white
|
|
!*.cursorColor: white
|
|
|
|
!/* !! gruvbox: */
|
|
!/* *.color0: #1d2021 */
|
|
!/* *.color1: #cc241d */
|
|
!/* *.color2: #98971a */
|
|
!/* *.color3: #d79921 */
|
|
!/* *.color4: #458588 */
|
|
!/* *.color5: #b16286 */
|
|
!/* *.color6: #689d6a */
|
|
!/* *.color7: #a89984 */
|
|
!/* *.color8: #928374 */
|
|
!/* *.color9: #fb4934 */
|
|
!/* *.color10: #b8bb26 */
|
|
!/* *.color11: #fabd2f */
|
|
!/* *.color12: #83a598 */
|
|
!/* *.color13: #d3869b */
|
|
!/* *.color14: #8ec07c */
|
|
!/* *.color15: #ebdbb2 */
|
|
|
|
!! Transparency (0-1):
|
|
st.alpha: 0.9
|
|
!! Set a default font and font size as below:
|
|
st.font: Ubuntu Mono derivative Powerline:pixelsize=14:antialias=true:autohint=true;
|
|
st.boldFont: Ubuntu Mono derivative Powerline:pixelsize=14:bold:antialias=true:autohint=true;
|
|
st.bold_font: 1
|
|
st.borderpx: 10
|
|
! This option is can be preedit style. Available values: `root` `overthespot` ( Default taken `root`)
|
|
st.imstyle: root
|
|
|
|
Xft.autohint: 0
|
|
Xft.lcdfilter: lcddefault
|
|
Xft.hintstyle: hintfull
|
|
Xft.hinting: 1
|
|
Xft.antialias: 1
|
|
Xft.rgba: rgb
|