|
|
|
@ -1,6 +1,35 @@
@@ -1,6 +1,35 @@
|
|
|
|
|
! c o l o r s |
|
|
|
|
#include </home/drecx/bin/colors/sourcerer.Xcolors> |
|
|
|
|
|
|
|
|
|
*.foreground: #c2c2b0 |
|
|
|
|
*.background: [90]#222222 |
|
|
|
|
*.cursorColor: #c2c2b0 |
|
|
|
|
! black |
|
|
|
|
*.color0: #111111 |
|
|
|
|
*.color8: #181818 |
|
|
|
|
! red |
|
|
|
|
*.color1: #aa4450 |
|
|
|
|
*.color9: #ff6a6a |
|
|
|
|
! green |
|
|
|
|
*.color2: #719611 |
|
|
|
|
*.color10: #b1d631 |
|
|
|
|
! yellow |
|
|
|
|
*.color3: #cc8800 |
|
|
|
|
*.color11: #ff9800 |
|
|
|
|
! blue |
|
|
|
|
*.color4: #6688aa |
|
|
|
|
*.color12: #90b0d1 |
|
|
|
|
! magenta |
|
|
|
|
*.color5: #8f6f8f |
|
|
|
|
*.color13: #8181a6 |
|
|
|
|
! cyan |
|
|
|
|
*.color6: #528b8b |
|
|
|
|
*.color14: #87ceeb |
|
|
|
|
! white |
|
|
|
|
*.color7: #d3d3d3 |
|
|
|
|
*.color15: #c1cdc1 |
|
|
|
|
! stylized |
|
|
|
|
*.colorIT: #719611 |
|
|
|
|
*.colorBD: #d3d3d3 |
|
|
|
|
*.colorUL: #528b8b |
|
|
|
|
|
|
|
|
|
! bg fg (b) bgalt hlbg hlfg |
|
|
|
|
rofi.color-normal: #2f343f, #f3f4f5, #2f343f, #757575, #f3f4f5 |
|
|
|
@ -9,9 +38,9 @@ rofi.color-window: #2f343f, #2f343f
@@ -9,9 +38,9 @@ rofi.color-window: #2f343f, #2f343f
|
|
|
|
|
! f o n t s |
|
|
|
|
|
|
|
|
|
URxvt.font: xft:Inconsolata:pixelsize=11:antialias=true |
|
|
|
|
URxvt.boldFont: xft:Hack:pixelsize=10:bold:antialias=true |
|
|
|
|
URxvt.italicFont: xft:Hack:pixelsize=10:italic:antialias=true |
|
|
|
|
URxvt.boldItalicFont: xft:Hack:pixelsize=10:bold:italic:antialias=true |
|
|
|
|
URxvt.boldFont: xft:Inconsolata:pixelsize=11:bold:antialias=true |
|
|
|
|
URxvt.italicFont: xft:Inconsolata:pixelsize=11:italic:antialias=true |
|
|
|
|
URxvt.boldItalicFont: xft:Inconsolata:pixelsize=11:bold:italic:antialias=true |
|
|
|
|
|
|
|
|
|
! i n t e r f a c e |
|
|
|
|
URxvt.internalBorder: 5 |
|
|
|
|