Updates to lackluster theme, newline/space cleanup
This commit is contained in:
@@ -14,39 +14,20 @@ padding.y = 10
|
||||
style.shape = "Beam"
|
||||
style.blinking = "Always"
|
||||
|
||||
# Kanagawa Wave Alacritty Colors
|
||||
# LACKLUSTER COLORS
|
||||
[colors.primary]
|
||||
background = '#141415'
|
||||
foreground = '#dcd7ba'
|
||||
background = '#101010'
|
||||
|
||||
[colors.normal]
|
||||
black = '#090618'
|
||||
red = '#c34043'
|
||||
green = '#76946a'
|
||||
yellow = '#c0a36e'
|
||||
blue = '#7e9cd8'
|
||||
magenta = '#957fb8'
|
||||
cyan = '#6a9589'
|
||||
white = '#c8c093'
|
||||
# black is gray0
|
||||
black = '#080808'
|
||||
red = '#C11F1F'
|
||||
green = '#789978'
|
||||
yellow = '#ffAA88'
|
||||
blue = '#7788AA'
|
||||
magenta = '#BD61A3'
|
||||
# cyan is set to lack
|
||||
cyan = '#708090'
|
||||
# white is set to luster
|
||||
white = '#DEEEED'
|
||||
|
||||
[colors.bright]
|
||||
black = '#727169'
|
||||
red = '#e82424'
|
||||
green = '#98bb6c'
|
||||
yellow = '#e6c384'
|
||||
blue = '#7fb4ca'
|
||||
magenta = '#938aa9'
|
||||
cyan = '#7aa89f'
|
||||
white = '#dcd7ba'
|
||||
|
||||
[colors.selection]
|
||||
background = '#2d4f67'
|
||||
foreground = '#c8c093'
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 16
|
||||
color = '#ffa066'
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 17
|
||||
color = '#ff5d62'
|
||||
|
||||
Reference in New Issue
Block a user