Update colors

This commit is contained in:
Tim Schubert 2023-05-18 19:24:10 +02:00
parent 4dcaef4d00
commit af2092ced2
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 24 additions and 21 deletions

View file

@ -1,26 +1,27 @@
# The 'GNOME Light" theme from GNOME terminal. # XTerm's default colors
[primary] [primary]
foreground = '#d0cfcc' # Default colors
background = '#171421' background = '0xffffff'
bright_foreground = '#ffffff' foreground = '0x000000'
[normal] [normal]
black = '#171421' # Normal colors
red = '#c01c28' black = '0x000000'
green = '#26a269' red = '0xcd0000'
yellow = '#a2734c' green = '0x00cd00'
blue = '#12488b' yellow = '0xcdcd00'
magenta = '#a347ba' blue = '0x0000ee'
cyan = '#2aa1b3' magenta = '0xcd00cd'
white = '#d0cfcc' cyan = '0x00cdcd'
white = '0xe5e5e5'
[bright] [bright]
black = '#5e5c64' # Bright colors
red = '#f66151' black = '0x7f7f7f'
green = '#33d17a' red = '0xff0000'
yellow = '#e9ad0c' green = '0x00ff00'
blue = '#2a7bde' yellow = '0xffff00'
magenta = '#c061cb' blue = '0x5c5cff'
cyan = '#33c7de' magenta = '0xff00ff'
white = '#ffffff' cyan = '0x00ffff'
white = '0xffffff'

View file

@ -1,3 +1,5 @@
theme = "emacs"
[editor] [editor]
line-number = "relative" line-number = "relative"
mouse = true mouse = true