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]
foreground = '#d0cfcc'
background = '#171421'
bright_foreground = '#ffffff'
# Default colors
background = '0xffffff'
foreground = '0x000000'
[normal]
black = '#171421'
red = '#c01c28'
green = '#26a269'
yellow = '#a2734c'
blue = '#12488b'
magenta = '#a347ba'
cyan = '#2aa1b3'
white = '#d0cfcc'
# Normal colors
black = '0x000000'
red = '0xcd0000'
green = '0x00cd00'
yellow = '0xcdcd00'
blue = '0x0000ee'
magenta = '0xcd00cd'
cyan = '0x00cdcd'
white = '0xe5e5e5'
[bright]
black = '#5e5c64'
red = '#f66151'
green = '#33d17a'
yellow = '#e9ad0c'
blue = '#2a7bde'
magenta = '#c061cb'
cyan = '#33c7de'
white = '#ffffff'
# Bright colors
black = '0x7f7f7f'
red = '0xff0000'
green = '0x00ff00'
yellow = '0xffff00'
blue = '0x5c5cff'
magenta = '0xff00ff'
cyan = '0x00ffff'
white = '0xffffff'

View file

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