2020-05-23 15:12:26 +02:00
|
|
|
#define bg #0e0f14
|
|
|
|
#define sbg #282a38
|
2020-05-24 13:09:11 +02:00
|
|
|
#define asbg #20232b /* darker sbg (rofi) */
|
|
|
|
#define sel #363b47 /* selected (rofi) */
|
|
|
|
#define asel #555a63 /* alt sel (rofi) */
|
2020-05-23 15:12:26 +02:00
|
|
|
#define fg #dfdfdf
|
|
|
|
#define sfg #eeeeee
|
|
|
|
|
2020-05-08 20:27:40 +02:00
|
|
|
! special
|
2020-05-23 15:12:26 +02:00
|
|
|
*.foreground: fg
|
|
|
|
*.normfgcolor: fg
|
|
|
|
*.selfgcolor: sfg
|
|
|
|
*.selforeground: sfg
|
|
|
|
|
|
|
|
*.background: bg
|
|
|
|
*.normbgcolor: bg
|
|
|
|
*.selbgcolor: sbg
|
|
|
|
*.selbackground: sbg
|
|
|
|
|
2020-05-27 12:54:05 +02:00
|
|
|
*.normbordercolor: sel
|
|
|
|
*.selbordercolor: asel
|
|
|
|
|
2020-05-23 15:12:26 +02:00
|
|
|
*.font: Monospace:pixelsize=13:antialias=true:autohint=true:hintstyle=hintmedium
|
2020-05-08 20:27:40 +02:00
|
|
|
|
|
|
|
! black
|
|
|
|
*.color0: #000000
|
|
|
|
|
|
|
|
! gray
|
|
|
|
*.color8: #343834
|
|
|
|
|
|
|
|
! red
|
|
|
|
*.color1: #cf5252
|
|
|
|
*.color9: #cf5252
|
|
|
|
|
|
|
|
! green
|
|
|
|
*.color2: #92ad4a
|
|
|
|
*.color10: #92ad4a
|
|
|
|
|
|
|
|
! yellow
|
|
|
|
*.color3: #c9895b
|
|
|
|
*.color11: #c9895b
|
|
|
|
|
|
|
|
! blue
|
2020-05-22 09:57:50 +02:00
|
|
|
*.color4: #385872
|
2020-05-08 20:27:40 +02:00
|
|
|
*.color12: #6f97b8
|
|
|
|
|
|
|
|
! magenta
|
|
|
|
*.color5: #ab6ba6
|
|
|
|
*.color13: #ab6ba6
|
|
|
|
|
|
|
|
! cyan
|
|
|
|
*.color6: #6fa69f
|
|
|
|
*.color14: #6fa69f
|
|
|
|
|
|
|
|
! white
|
|
|
|
*.color7: #cccccc
|