Update light themes
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
@@ -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
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user