mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 08:28:44 +00:00
remove alacritty from general linking
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import = [
|
||||
"~/.config/alacritty/themes/themes/tomorrow_night_bright.toml"
|
||||
"~/.config/alacritty/themes/themes/tomorrow_night.toml"
|
||||
]
|
||||
|
||||
shell = '/bin/zsh'
|
||||
@@ -7,7 +7,7 @@ shell = '/bin/zsh'
|
||||
[window]
|
||||
padding = { x = 16, y = 8 }
|
||||
dynamic_title = true
|
||||
opacity = 0.6
|
||||
opacity = 0.8
|
||||
blur = true
|
||||
|
||||
[scrolling]
|
||||
@@ -15,8 +15,8 @@ history = 10000
|
||||
multiplier = 3
|
||||
|
||||
[font]
|
||||
normal = { family = "CaskaydiaMono Nerd Font" }
|
||||
size = 12
|
||||
normal = { family = "CaskaydiaCove Nerd Font Mono" }
|
||||
size = 14
|
||||
offset = { y = 1 }
|
||||
|
||||
[cursor]
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
# Colors (Tomorrow Night)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#1d1f21'
|
||||
foreground = '#c5c8c6'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#1d1f21'
|
||||
cursor = '#ffffff'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#1d1f21'
|
||||
red = '#cc6666'
|
||||
green = '#b5bd68'
|
||||
yellow = '#f0c674'
|
||||
blue = '#81a2be'
|
||||
magenta = '#b294bb'
|
||||
cyan = '#8abeb7'
|
||||
white = '#373b41'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#666666'
|
||||
red = '#ff3334'
|
||||
green = '#9ec400'
|
||||
yellow = '#f0c674'
|
||||
blue = '#81a2be'
|
||||
magenta = '#b77ee0'
|
||||
cyan = '#54ced6'
|
||||
white = '#282a2e'
|
||||
Reference in New Issue
Block a user