Update light themes

This commit is contained in:
2024-04-08 11:31:08 -05:00
parent abc627519a
commit c8bc74c84c
9 changed files with 8093 additions and 6 deletions
+1 -1
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
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
+3
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" }
+4 -4
View File
@@ -1,5 +1,5 @@
theme = "light"
alacritty_theme = "Base16-Default"
helix_theme = "base16_default"
zellij_theme = "one-half"
bat_theme = "base16"
alacritty_theme = "Catppuccin-Latte"
helix_theme = "catppuccin-latte"
zellij_theme = "catppuccin-latte"
bat_theme = "Catppuccin Latte"
-1
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"