Update alacritty theme

This commit is contained in:
Georgi Gardev
2025-01-23 12:02:05 +02:00
parent 1bfc8feeff
commit 418e882aa7
3 changed files with 35 additions and 7 deletions
+1 -5
View File
@@ -1,15 +1,11 @@
terminal.shell = '/bin/zsh'
[general]
import = [
"~/.config/alacritty/themes/themes/tomorrow_night.toml"
"~/.config/alacritty/tomorrow-night-gardev.toml"
]
[window]
padding = { x = 16, y = 8 }
dynamic_title = true
opacity = 0.8
blur = true
[scrolling]
history = 10000
@@ -0,0 +1,32 @@
# Colors (Tomorrow Night)
# Default colors
[colors.primary]
background = '#27292C'
foreground = '#c5c8c6'
[colors.cursor]
text = '#1d1f21'
cursor = '#ffffff'
# Normal colors
[colors.normal]
black = '#1d1f21'
red = '#cc6666'
green = '#C2C67B'
yellow = '#F3D086'
blue = '#92B2CA'
magenta = '#C0A7C7'
cyan = '#99C9C3'
white = '#373b41'
# Bright colors
[colors.bright]
black = '#C9C9C9'
red = '#ff3334'
green = '#9ec400'
yellow = '#f0c674'
blue = '#81a2be'
magenta = '#b77ee0'
cyan = '#54ced6'
white = '#282a2e'
+2 -2
View File
@@ -14,10 +14,10 @@ cursor = '#ffffff'
black = '#1d1f21'
red = '#cc6666'
green = '#b5bd68'
yellow = '#f0c674'
yellow = '#e6c547'
blue = '#81a2be'
magenta = '#b294bb'
cyan = '#8abeb7'
cyan = '#70c0ba'
white = '#373b41'
# Bright colors