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 base01 #{{base01-hex}}
|
||||
#define base02 #{{base02-hex}}
|
||||
|
|
@ -26,20 +23,27 @@
|
|||
#endif
|
||||
*cursorColor: base05
|
||||
|
||||
!black
|
||||
*color0: base00
|
||||
*color1: base08
|
||||
*color2: base0B
|
||||
*color3: base0A
|
||||
*color4: base0D
|
||||
*color5: base0E
|
||||
*color6: base0C
|
||||
*color7: base05
|
||||
|
||||
*color8: base03
|
||||
!red
|
||||
*color1: base08
|
||||
*color9: base09
|
||||
*color10: base01
|
||||
*color11: base02
|
||||
*color12: base04
|
||||
*color13: base06
|
||||
*color14: base0F
|
||||
!green
|
||||
*color2: base0B
|
||||
*color10: base0B
|
||||
!yellow
|
||||
*color3: base0A
|
||||
*color11: base0A
|
||||
!blue
|
||||
*color4: base0D
|
||||
*color12: base0D
|
||||
!magenta
|
||||
*color5: base0E
|
||||
*color13: base0E
|
||||
!cyan
|
||||
*color6: base0C
|
||||
*color14: base0C
|
||||
!white
|
||||
*color7: base05
|
||||
*color15: base07
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue