Small theme changes and updates.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[general]
|
||||
import = [ "~/.config/alacritty/dank-theme.toml" ]
|
||||
# import = [ "~/.config/alacritty/dank-theme.toml" ]
|
||||
|
||||
[font]
|
||||
size = 13.5
|
||||
@@ -7,7 +7,6 @@ offset = { x = 0, y = 3 }
|
||||
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
|
||||
|
||||
[window]
|
||||
# opacity = 0.99
|
||||
padding.x = 10
|
||||
padding.y = 10
|
||||
decorations = "None"
|
||||
@@ -16,36 +15,38 @@ decorations = "None"
|
||||
style.shape = "Beam"
|
||||
style.blinking = "Always"
|
||||
|
||||
# Kanagawa Wave Alacritty Colors
|
||||
# THEME
|
||||
|
||||
[colors.normal]
|
||||
black = '#090618'
|
||||
red = '#c34043'
|
||||
green = '#76946a'
|
||||
yellow = '#c0a36e'
|
||||
blue = '#7e9cd8'
|
||||
magenta = '#957fb8'
|
||||
cyan = '#6a9589'
|
||||
white = '#c8c093'
|
||||
[colors.primary]
|
||||
background = "#1b1b1b"
|
||||
foreground = "#E4E4E4"
|
||||
# background = "#141415"
|
||||
# foreground = "#cdcdcd"
|
||||
|
||||
[colors.bright]
|
||||
black = '#727169'
|
||||
red = '#e82424'
|
||||
green = '#98bb6c'
|
||||
yellow = '#e6c384'
|
||||
blue = '#7fb4ca'
|
||||
magenta = '#938aa9'
|
||||
cyan = '#7aa89f'
|
||||
white = '#dcd7ba'
|
||||
[colors.cursor]
|
||||
text = "#141415"
|
||||
cursor = "#cdcdcd"
|
||||
|
||||
[colors.selection]
|
||||
background = '#2d4f67'
|
||||
foreground = '#c8c093'
|
||||
text = "#cdcdcd"
|
||||
background = "#333738"
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 16
|
||||
color = '#ffa066'
|
||||
[colors.normal]
|
||||
black = "#141415"
|
||||
red = "#d8647e"
|
||||
green = "#7fa563"
|
||||
yellow = "#f3be7c"
|
||||
blue = "#6e94b2"
|
||||
magenta = "#bb9dbd"
|
||||
cyan = "#b4d4cf"
|
||||
white = "#cdcdcd"
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 17
|
||||
color = '#ff5d62'
|
||||
[colors.bright]
|
||||
black = "#606079"
|
||||
red = "#d8647e"
|
||||
green = "#7fa563"
|
||||
yellow = "#e0a363"
|
||||
blue = "#7e98e8"
|
||||
magenta = "#aeaed1"
|
||||
cyan = "#9bb4bc"
|
||||
white = "#c3c3d5"
|
||||
|
||||
Reference in New Issue
Block a user