switch to simpler color scheme

This commit is contained in:
Tim Schubert 2022-11-07 16:32:53 +01:00
parent f8333ce288
commit 14a5877b50
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
5 changed files with 34 additions and 71 deletions

View file

@ -0,0 +1,26 @@
# The 'GNOME Light" theme from GNOME terminal.
[primary]
foreground = '#171421'
background = '#ffffea'
bright_foreground = '#5e5c64'
[normal]
black = '#171421'
red = '#c01c28'
green = '#26a269'
yellow = '#a2734c'
blue = '#12488b'
magenta = '#a347ba'
cyan = '#2aa1b3'
white = '#d0cfcc'
[bright]
black = '#5e5c64'
red = '#f66151'
green = '#33d17a'
yellow = '#e9ad0c'
blue = '#2a7bde'
magenta = '#c061cb'
cyan = '#33c7de'
white = '#ffffff'