Added everforest color theme

This commit is contained in:
Johannes Olzem 2024-04-01 17:43:34 +02:00
parent 4da125e9ae
commit b993bf63e9
Signed by: jolzem
GPG Key ID: DB5485828E95A447
3 changed files with 27 additions and 29 deletions

View File

@ -76,36 +76,34 @@ action = "ScrollToBottom"
key = "H" key = "H"
mods = "Alt" mods = "Alt"
# Colors (Gruvbox dark) # Colors (Everforest Dark)
# Default colors # Default colors
[colors.primary] [colors.primary]
# hard contrast background = = '#1d2021' background = '#1e2326'
# background = '#282828' foreground = '#d3c6aa'
# # soft contrast background = = '#32302f'
# foreground = '#ebdbb2' # Normal colors
# [colors.normal]
# # Normal colors black = '#475258'
# [colors.normal] red = '#e67e80'
# black = '#282828' green = '#a7c080'
# red = '#cc241d' yellow = '#dbbc7f'
# green = '#98971a' blue = '#7fbbb3'
# yellow = '#d79921' magenta = '#d699b6'
# blue = '#458588' cyan = '#83c092'
# magenta = '#b16286' white = '#d3c6aa'
# cyan = '#689d6a'
# white = '#a89984' # Bright colors
# [colors.bright]
# # Bright colors black = '#9da9a0'
# [colors.bright] red = '#e67e80'
# black = '#928374' green = '#a7c080'
# red = '#fb4934' yellow = '#dbbc7f'
# green = '#b8bb26' blue = '#7fbbb3'
# yellow = '#fabd2f' magenta = '#d699b6'
# blue = '#83a598' cyan = '#83c092'
# magenta = '#d3869b' white = '#d3c6aa'
# cyan = '#8ec07c'
# white = '#ebdbb2'
[mouse] [mouse]
hide_when_typing = true hide_when_typing = true

View File

@ -18,9 +18,10 @@ autoload -Uz compinit
compinit -d ~/.cache/zsh/ > /dev/null 2>&1 compinit -d ~/.cache/zsh/ > /dev/null 2>&1
_comp_options+=(globdots) # include hidden files _comp_options+=(globdots) # include hidden files
autoload -U colors && colors
source $HOME/.config/zsh/variables source $HOME/.config/zsh/variables
source $HOME/.config/zsh/aliases source $HOME/.config/zsh/aliases
source $HOME/.config/zsh/zsh-autosuggestions.zsh source $HOME/.config/zsh/zsh-autosuggestions.zsh
source $HOME/.config/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source $HOME/.config/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source $HOME/.config/zsh/gitstatus/gitstatus.prompt.zsh source $HOME/.config/zsh/gitstatus/gitstatus.prompt.zsh
export PATH=$PATH:/home/johannes/.spicetify

View File

@ -14,4 +14,3 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
export TEXMFVAR="$XDG_CACHE_HOME"/texlive/texmf-var export TEXMFVAR="$XDG_CACHE_HOME"/texlive/texmf-var
export PATH="$PATH:$HOME/.local/bin:/sbin" export PATH="$PATH:$HOME/.local/bin:/sbin"
export DMENU_COLORS="-nf '#9bacb4' -nb '#031720' -sb '#052838' -sf '#9bacb4' -fn 'JetBrainsMono Nerd Font-12'"