This commit is contained in:
zegonix
2024-09-15 10:01:09 +02:00
parent 9b133236a5
commit d94e196785
8 changed files with 31 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
#import = ["~/.config/alacritty/zegonix.toml"]
import = ["~/.config/alacritty/summer.toml"]
import = ["~/.config/alacritty/zegonix.toml"]
# import = ["~/.config/alacritty/summer.toml"]
# history configuration
[scrolling]
@@ -11,22 +11,17 @@ size = 13.0
[font.normal]
family = "VictorMono Nerd Font"
style = "SemiBold"
# family = "Meslo LGS Nerd Font"
# style = "Regular"
style = "Regular"
[font.bold]
family = "VictorMono Nerd Font"
# family = "Mononoki Nerd Font Mono"
style = "Bold"
[font.italic]
family = "VictorMono Nerd Font"
# family = "Mononoki Nerd Font Mono"
style = "SemiBoldItalic"
[font.bold_italic]
family = "VictorMono Nerd Font"
# family = "Mononoki Nerd Font Mono"
style = "BoldItalic"

View File

@@ -16,7 +16,7 @@ yellow = "0x5EB34D" # v
blue = "0x0E4081" # v
magenta = "0xE02482" # v
cyan = "0x15D7E5" # v
white = "0xE0E0E8" # v
white = "0xD8D8D0" # v
[colors.bright]
black = "0x101010" # v
@@ -36,5 +36,11 @@ yellow = "0x2A5C23" # v
blue = "0x001D42" # v
magenta = "0x9034B2" # v
cyan = "0x109EA8" # v
white = "0xC8C8D0" # v
white = "0xC8C8B8" # v
[[colors.indexed_colors]]
index = 16
color = "0x94B5DB"
[[colors.indexed_colors]]
index = 17
color = "0xDCC94C"