Update light themes
This commit is contained in:
parent
abc627519a
commit
c8bc74c84c
@ -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
1
bat/config
Normal file
@ -0,0 +1 @@
|
||||
--theme="{{bat_theme}}"
|
2021
bat/themes/Catppuccin Frappe.tmTheme
Normal file
2021
bat/themes/Catppuccin Frappe.tmTheme
Normal file
File diff suppressed because it is too large
Load Diff
2021
bat/themes/Catppuccin Latte.tmTheme
Normal file
2021
bat/themes/Catppuccin Latte.tmTheme
Normal file
File diff suppressed because it is too large
Load Diff
2021
bat/themes/Catppuccin Macchiato.tmTheme
Normal file
2021
bat/themes/Catppuccin Macchiato.tmTheme
Normal file
File diff suppressed because it is too large
Load Diff
2021
bat/themes/Catppuccin Mocha.tmTheme
Normal file
2021
bat/themes/Catppuccin Mocha.tmTheme
Normal file
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" }
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user