Random changes for void/xfce x11 setup.
This commit is contained in:
@@ -6,6 +6,7 @@ offset = { x = 0, y = 3 }
|
||||
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
|
||||
|
||||
[window]
|
||||
# startup_mode = "Maximized"
|
||||
padding.x = 10
|
||||
padding.y = 10
|
||||
|
||||
@@ -13,42 +14,39 @@ padding.y = 10
|
||||
style.shape = "Beam"
|
||||
style.blinking = "Always"
|
||||
|
||||
# Kanagawa Wave Alacritty Colors
|
||||
[colors.primary]
|
||||
background = '#141415'
|
||||
foreground = '#cdcdcd'
|
||||
foreground = '#dcd7ba'
|
||||
|
||||
[colors.normal]
|
||||
black = '#252530'
|
||||
red = '#d8647e'
|
||||
green = '#7fa563'
|
||||
yellow = '#f3be7c'
|
||||
blue = '#6e94b2'
|
||||
magenta = '#bb9dbd'
|
||||
cyan = '#aeaed1'
|
||||
white = '#cdcdcd'
|
||||
black = '#090618'
|
||||
red = '#c34043'
|
||||
green = '#76946a'
|
||||
yellow = '#c0a36e'
|
||||
blue = '#7e9cd8'
|
||||
magenta = '#957fb8'
|
||||
cyan = '#6a9589'
|
||||
white = '#c8c093'
|
||||
|
||||
[colors.bright]
|
||||
black = '#606079'
|
||||
red = '#e08398'
|
||||
green = '#99b782'
|
||||
yellow = '#f5cb96'
|
||||
blue = '#8ba9c1'
|
||||
magenta = '#c9b1ca'
|
||||
cyan = '#bebeda'
|
||||
white = '#d7d7d7'
|
||||
black = '#727169'
|
||||
red = '#e82424'
|
||||
green = '#98bb6c'
|
||||
yellow = '#e6c384'
|
||||
blue = '#7fb4ca'
|
||||
magenta = '#938aa9'
|
||||
cyan = '#7aa89f'
|
||||
white = '#dcd7ba'
|
||||
|
||||
[colors.hints.start]
|
||||
foreground = "CellBackground"
|
||||
background = "CellForeground"
|
||||
[colors.selection]
|
||||
background = '#2d4f67'
|
||||
foreground = '#c8c093'
|
||||
|
||||
[colors.hints.end]
|
||||
foreground = "CellBackground"
|
||||
background = "CellForeground"
|
||||
[[colors.indexed_colors]]
|
||||
index = 16
|
||||
color = '#ffa066'
|
||||
|
||||
[colors.search.matches]
|
||||
foreground = "CellBackground"
|
||||
background = "CellForeground"
|
||||
|
||||
[colors.search.focused_match]
|
||||
foreground = "CellBackground"
|
||||
background = '#f3be7c'
|
||||
[[colors.indexed_colors]]
|
||||
index = 17
|
||||
color = '#ff5d62'
|
||||
|
||||
Reference in New Issue
Block a user