Switch to gnome color scheme
This commit is contained in:
parent
417eb39099
commit
ec51a9fd8a
2 changed files with 19 additions and 22 deletions
|
@ -122,6 +122,7 @@ with pkgs; [
|
||||||
sqlite
|
sqlite
|
||||||
sshfs-fuse
|
sshfs-fuse
|
||||||
steam
|
steam
|
||||||
|
taplo
|
||||||
tcpdump
|
tcpdump
|
||||||
tdesktop
|
tdesktop
|
||||||
tmux
|
tmux
|
||||||
|
|
|
@ -1,27 +1,23 @@
|
||||||
# XTerm's default colors
|
|
||||||
[primary]
|
[primary]
|
||||||
# Default colors
|
background = "0xffffff"
|
||||||
background = '0xffffff'
|
foreground = "0x1e1e1e"
|
||||||
foreground = '0x000000'
|
|
||||||
|
|
||||||
[normal]
|
[normal]
|
||||||
# Normal colors
|
black = "0x171421"
|
||||||
black = '0x000000'
|
red = "0xc01c28"
|
||||||
red = '0xcd0000'
|
green = "0x26a269"
|
||||||
green = '0x00cd00'
|
yellow = "0xa2734c"
|
||||||
yellow = '0xcdcd00'
|
blue = "0x12488b"
|
||||||
blue = '0x0000ee'
|
magenta = "0xa347ba"
|
||||||
magenta = '0xcd00cd'
|
cyan = "0x2aa1b3"
|
||||||
cyan = '0x00cdcd'
|
white = "0xd0cfcc"
|
||||||
white = '0xe5e5e5'
|
|
||||||
|
|
||||||
[bright]
|
[bright]
|
||||||
# Bright colors
|
black = "0x535c64"
|
||||||
black = '0x7f7f7f'
|
red = "0xf66151"
|
||||||
red = '0xff0000'
|
green = "0x33d17a"
|
||||||
green = '0x00ff00'
|
yellow = "0xe9ad0c"
|
||||||
yellow = '0xffff00'
|
blue = "0x2a7bde"
|
||||||
blue = '0x5c5cff'
|
magenta = "0xc061cb"
|
||||||
magenta = '0xff00ff'
|
cyan = "0x33c7de"
|
||||||
cyan = '0x00ffff'
|
white = "0xffffff"
|
||||||
white = '0xffffff'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue