switch to simpler color scheme
This commit is contained in:
parent
f8333ce288
commit
14a5877b50
5 changed files with 34 additions and 71 deletions
26
home/modules/alacritty/colors.toml
Normal file
26
home/modules/alacritty/colors.toml
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue