too many things
This commit is contained in:
@@ -1,33 +1,3 @@
|
||||
|
||||
# Colors (One Dark)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#2d3237'
|
||||
foreground = '#abb2bf'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#1e2127'
|
||||
red = '#e06c75'
|
||||
green = '#98c379'
|
||||
yellow = '#d19a66'
|
||||
blue = '#61afef'
|
||||
magenta = '#c678dd'
|
||||
cyan = '#56b6c2'
|
||||
white = '#abb2bf'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#5c6370'
|
||||
red = '#e06c75'
|
||||
green = '#98c379'
|
||||
yellow = '#d19a66'
|
||||
blue = '#61afef'
|
||||
magenta = '#c678dd'
|
||||
cyan = '#56b6c2'
|
||||
white = '#ffffff'
|
||||
|
||||
[debug]
|
||||
render_timer = false
|
||||
|
||||
@@ -79,7 +49,7 @@ program = "/usr/bin/fish"
|
||||
[window]
|
||||
decorations = "none"
|
||||
dynamic_padding = false
|
||||
opacity = 0.30
|
||||
opacity = 0.20
|
||||
blur = true
|
||||
|
||||
[window.padding]
|
||||
@@ -91,31 +61,7 @@ y = 0
|
||||
#decorations = "buttonless"
|
||||
import = [
|
||||
"~/.config/alacritty_font.toml",
|
||||
"~/.config/alacritty/themes/themes/everforest_dark.toml"
|
||||
]
|
||||
|
||||
[terminal]
|
||||
|
||||
# Everforest color theme
|
||||
|
||||
# [colors.bright]
|
||||
# black = "0x475258"
|
||||
# blue = "0x7fbbb3"
|
||||
# cyan = "0x83c092"
|
||||
# green = "0xa7c080"
|
||||
# magenta = "0xd699b6"
|
||||
# red = "0xe67e80"
|
||||
# yellow = "0xdbbc7f"
|
||||
#
|
||||
# [colors.normal]
|
||||
# black = "0x475258"
|
||||
# blue = "0x7fbbb3"
|
||||
# cyan = "0x83c092"
|
||||
# green = "0xa7c080"
|
||||
# magenta = "0xd699b6"
|
||||
# red = "0xe67e80"
|
||||
# white = "0xd3c6aa"
|
||||
# yellow = "0xdbbc7f"
|
||||
#
|
||||
# [colors.primary]
|
||||
# background = "0x2d353b"
|
||||
# foreground = "0xd3c6aa"
|
||||
|
||||
Reference in New Issue
Block a user