mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-19 22:59:27 +02:00
based all colors on xresources
This commit is contained in:
@@ -43,26 +43,26 @@ schemes:
|
||||
|
||||
xrdb: &xrdb
|
||||
primary:
|
||||
background: %background%
|
||||
foreground: %foreground%
|
||||
background: '%background%'
|
||||
foreground: '%foreground%'
|
||||
normal:
|
||||
black: %color0%
|
||||
red: %color1%
|
||||
green: %color2%
|
||||
yellow: %color3%
|
||||
blue: %color4%
|
||||
magenta: %color5%
|
||||
cyan: %color6%
|
||||
white: %color7%
|
||||
black: '%color0%'
|
||||
red: '%color1%'
|
||||
green: '%color2%'
|
||||
yellow: '%color3%'
|
||||
blue: '%color4%'
|
||||
magenta: '%color5%'
|
||||
cyan: '%color6%'
|
||||
white: '%color7%'
|
||||
bright:
|
||||
black: %color8%
|
||||
red: %color9%
|
||||
green: %color10%
|
||||
yellow: %color11%
|
||||
blue: %color12%
|
||||
magenta: %color13%
|
||||
cyan: %color14%
|
||||
white: %color15%
|
||||
black: '%color8%'
|
||||
red: '%color9%'
|
||||
green: '%color10%'
|
||||
yellow: '%color11%'
|
||||
blue: '%color12%'
|
||||
magenta: '%color13%'
|
||||
cyan: '%color14%'
|
||||
white: '%color15%'
|
||||
|
||||
nord: &nord
|
||||
primary:
|
||||
|
||||
Reference in New Issue
Block a user