Compare commits

...

2 Commits

Author SHA1 Message Date
c8bc74c84c
Update light themes 2024-04-08 11:31:08 -05:00
abc627519a
Update light themes 2024-04-08 11:10:26 -05:00
9 changed files with 8093 additions and 6 deletions

View File

@ -1,4 +1,4 @@
import = ["/home/daniel/.config/alacritty/themes/Base16-Default-Dark.toml"]
import = ["/home/daniel/.config/alacritty/themes/{{alacritty_theme}}.toml"]
live_config_reload = true
[font]

1
bat/config Normal file
View File

@ -0,0 +1 @@
--theme="{{bat_theme}}"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -23,6 +23,9 @@ vars = [ "dark.toml" ]
# alacritty
alacritty = { source = "alacritty", target = ".config/alacritty" }
# bat
bat = { source = "bat", target = ".config/bat" }
# broot
broot = { source = "broot", target = ".config/broot" }

View File

@ -1,5 +1,5 @@
theme = "light"
alacritty_theme = "Baskerville-ivorylight"
helix_theme = "flatwhite"
zellij_theme = "nord"
bat_theme = "Solarized (light)"
alacritty_theme = "Catppuccin-Latte"
helix_theme = "catppuccin-latte"
zellij_theme = "catppuccin-latte"
bat_theme = "Catppuccin Latte"

View File

@ -1,4 +1,3 @@
export BAT_THEME="{{bat_theme}}"
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
export EDITOR="helix"