[alacritty] Fixed themes

This commit is contained in:
Afonso Franco 2024-02-13 17:50:02 +00:00
parent adc7e17fbe
commit b5daa2039a
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
4 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
import = ["~/.config/alacritty/themes/gruvbox_material_dark.toml"] import = ["~/.config/alacritty/themes/gruvbox_light.toml"]
[env] [env]
TERM = "xterm-256color" TERM = "xterm-256color"
@ -11,7 +11,8 @@ family = "FiraCode Nerd Font Mono"
style = "Retina" style = "Retina"
[window] [window]
opacity = 0.95 opacity = 1
blur = false
option_as_alt = "Both" option_as_alt = "Both"
dynamic_padding = true dynamic_padding = true
decorations= "Buttonless" decorations= "Buttonless"

View file

@ -2,7 +2,7 @@
# Default colors # Default colors
[colors.primary] [colors.primary]
background = '#fbf1c7' background = '#f2e5bc'
foreground = '#654735' foreground = '#654735'
# Normal colors # Normal colors

2
.zshrc
View file

@ -73,7 +73,7 @@ ZSH_CUSTOM=/Users/afonso/.config/zsh
#THEME #THEME
source $HOME/.config/zsh/themes/gruvbox_dark.zsh source $HOME/.config/zsh/themes/gruvbox_light.zsh
source $HOME/.config/zsh/overrides.zsh source $HOME/.config/zsh/overrides.zsh
plugins=(git sudo macos tmux command-not-found web-search zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting fzf-tab) plugins=(git sudo macos tmux command-not-found web-search zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting fzf-tab)