Switch to gnome color scheme

This commit is contained in:
Tim Schubert 2023-05-27 00:03:32 +02:00
parent 417eb39099
commit ec51a9fd8a
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 19 additions and 22 deletions

View file

@ -122,6 +122,7 @@ with pkgs; [
sqlite
sshfs-fuse
steam
taplo
tcpdump
tdesktop
tmux

View file

@ -1,27 +1,23 @@
# XTerm's default colors
[primary]
# Default colors
background = '0xffffff'
foreground = '0x000000'
background = "0xffffff"
foreground = "0x1e1e1e"
[normal]
# Normal colors
black = '0x000000'
red = '0xcd0000'
green = '0x00cd00'
yellow = '0xcdcd00'
blue = '0x0000ee'
magenta = '0xcd00cd'
cyan = '0x00cdcd'
white = '0xe5e5e5'
black = "0x171421"
red = "0xc01c28"
green = "0x26a269"
yellow = "0xa2734c"
blue = "0x12488b"
magenta = "0xa347ba"
cyan = "0x2aa1b3"
white = "0xd0cfcc"
[bright]
# Bright colors
black = '0x7f7f7f'
red = '0xff0000'
green = '0x00ff00'
yellow = '0xffff00'
blue = '0x5c5cff'
magenta = '0xff00ff'
cyan = '0x00ffff'
white = '0xffffff'
black = "0x535c64"
red = "0xf66151"
green = "0x33d17a"
yellow = "0xe9ad0c"
blue = "0x2a7bde"
magenta = "0xc061cb"
cyan = "0x33c7de"
white = "0xffffff"