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: '0x2e3440'
|
||||
foreground: '0xeceff4'
|
||||
background: '#2e3440'
|
||||
foreground: '#eceff4'
|
||||
normal:
|
||||
black: '0x3b4252'
|
||||
red: '0xbf616a'
|
||||
green: '0xa3be8c'
|
||||
yellow: '0xebcb8b'
|
||||
blue: '0x81a1c1'
|
||||
magenta: '0xb48ead'
|
||||
cyan: '0x88c0d0'
|
||||
white: '0xeceff4'
|
||||
black: '#3b4252'
|
||||
red: '#bf616a'
|
||||
green: '#a3be8c'
|
||||
yellow: '#ebcb8b'
|
||||
blue: '#81a1c1'
|
||||
magenta: '#b48ead'
|
||||
cyan: '#88c0d0'
|
||||
white: '#eceff4'
|
||||
bright:
|
||||
black: '0x3b4252'
|
||||
red: '0xbf616a'
|
||||
green: '0xa3be8c'
|
||||
yellow: '0xebcb8b'
|
||||
blue: '0x81a1c1'
|
||||
magenta: '0xb48ead'
|
||||
cyan: '0x88c0d0'
|
||||
white: '0xeceff4'
|
||||
black: '#3b4252'
|
||||
red: '#bf616a'
|
||||
green: '#a3be8c'
|
||||
yellow: '#ebcb8b'
|
||||
blue: '#81a1c1'
|
||||
magenta: '#b48ead'
|
||||
cyan: '#88c0d0'
|
||||
white: '#eceff4'
|
||||
|
||||
nord: &nord
|
||||
primary:
|
||||
|
||||
Reference in New Issue
Block a user