Use bogster theme
This commit is contained in:
@ -183,7 +183,7 @@ font:
|
||||
|
||||
# Colors (Sonokai)
|
||||
import:
|
||||
- ~/.config/alacritty/themes/sonokai.yml
|
||||
- ~/.config/alacritty/themes/bogster.yml
|
||||
|
||||
# Colors (Tomorrow Night)
|
||||
#colors:
|
||||
|
52
alacritty/themes/bogster.yml
Normal file
52
alacritty/themes/bogster.yml
Normal file
@ -0,0 +1,52 @@
|
||||
colors:
|
||||
primary:
|
||||
background: '#161c23'
|
||||
foreground: '#c6b8ad'
|
||||
bright_foreground: '#e5ded6'
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: CellForeground
|
||||
vi_mode_cursor:
|
||||
text: CellBackground
|
||||
cursor: CellForeground
|
||||
search:
|
||||
matches:
|
||||
foreground: CellForeground
|
||||
background: '#313f4e'
|
||||
focused_match:
|
||||
foreground: '#e5ded6'
|
||||
background: '#313f4e'
|
||||
bar:
|
||||
background: '#e5ded6'
|
||||
foreground: '#313f4e'
|
||||
hints:
|
||||
start:
|
||||
foreground: '#232d38'
|
||||
background: '#23a580'
|
||||
end:
|
||||
foreground: '#23a580'
|
||||
background: '#232d38'
|
||||
line_indicator:
|
||||
foreground: None
|
||||
background: None
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: '#313f4e'
|
||||
normal:
|
||||
black: '#161c23'
|
||||
red: '#d32c5d'
|
||||
green: '#57a331'
|
||||
yellow: '#dc7759'
|
||||
blue: '#36b2d4'
|
||||
magenta: '#b759dc'
|
||||
cyan: '#23a580'
|
||||
white: '#c6b8ad'
|
||||
bright:
|
||||
black: '#415367'
|
||||
red: '#dc597f'
|
||||
green: '#7fdc59'
|
||||
yellow: '#dcb659'
|
||||
blue: '#59dcd8'
|
||||
magenta: '#dc59c0'
|
||||
cyan: '#59dcb7'
|
||||
white: '#e5ded6'
|
Reference in New Issue
Block a user