mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 00:18:44 +00:00
Update alacritty theme
This commit is contained in:
@@ -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'
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user