alacritty change to orange theme
This commit is contained in:
parent
c7fb9247e7
commit
a5500ffff7
1 changed files with 10 additions and 5 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#000000'
|
||||
#background = '#000000'
|
||||
background = '#281e1e'
|
||||
foreground = '#ffffff'
|
||||
|
||||
[colors.cursor]
|
||||
|
@ -15,9 +16,11 @@ black = '#000000'
|
|||
red = '#fe0100'
|
||||
green = '#33ff00'
|
||||
yellow = '#feff00'
|
||||
blue = '#0066ff'
|
||||
#blue = '#0066ff'
|
||||
blue = '#ff6600'
|
||||
magenta = '#cc00ff'
|
||||
cyan = '#00ffff'
|
||||
#cyan = '#00ffff'
|
||||
cyan = '#ffa500'
|
||||
white = '#d0d0d0'
|
||||
|
||||
# Bright colors
|
||||
|
@ -26,7 +29,9 @@ black = '#808080'
|
|||
red = '#fe0100'
|
||||
green = '#33ff00'
|
||||
yellow = '#feff00'
|
||||
blue = '#0066ff'
|
||||
#blue = '#0066ff'
|
||||
blue = '#ff6600'
|
||||
magenta = '#cc00ff'
|
||||
cyan = '#00ffff'
|
||||
#cyan = '#00ffff'
|
||||
cyan = '#ffa500'
|
||||
white = '#FFFFFF'
|
||||
|
|
Loading…
Reference in a new issue