Fix xresources colors
This commit is contained in:
parent
823a64b203
commit
c08cda1603
1 changed files with 20 additions and 16 deletions
|
|
@ -1,6 +1,3 @@
|
||||||
! Base16 {{scheme-name}}
|
|
||||||
! Scheme: {{scheme-author}}
|
|
||||||
|
|
||||||
#define base00 #{{base00-hex}}
|
#define base00 #{{base00-hex}}
|
||||||
#define base01 #{{base01-hex}}
|
#define base01 #{{base01-hex}}
|
||||||
#define base02 #{{base02-hex}}
|
#define base02 #{{base02-hex}}
|
||||||
|
|
@ -26,20 +23,27 @@
|
||||||
#endif
|
#endif
|
||||||
*cursorColor: base05
|
*cursorColor: base05
|
||||||
|
|
||||||
|
!black
|
||||||
*color0: base00
|
*color0: base00
|
||||||
*color1: base08
|
|
||||||
*color2: base0B
|
|
||||||
*color3: base0A
|
|
||||||
*color4: base0D
|
|
||||||
*color5: base0E
|
|
||||||
*color6: base0C
|
|
||||||
*color7: base05
|
|
||||||
|
|
||||||
*color8: base03
|
*color8: base03
|
||||||
|
!red
|
||||||
|
*color1: base08
|
||||||
*color9: base09
|
*color9: base09
|
||||||
*color10: base01
|
!green
|
||||||
*color11: base02
|
*color2: base0B
|
||||||
*color12: base04
|
*color10: base0B
|
||||||
*color13: base06
|
!yellow
|
||||||
*color14: base0F
|
*color3: base0A
|
||||||
|
*color11: base0A
|
||||||
|
!blue
|
||||||
|
*color4: base0D
|
||||||
|
*color12: base0D
|
||||||
|
!magenta
|
||||||
|
*color5: base0E
|
||||||
|
*color13: base0E
|
||||||
|
!cyan
|
||||||
|
*color6: base0C
|
||||||
|
*color14: base0C
|
||||||
|
!white
|
||||||
|
*color7: base05
|
||||||
*color15: base07
|
*color15: base07
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue