Changed theme to gruvbox

This commit is contained in:
Johannes Olzem 2024-10-27 11:37:12 +01:00
parent db832dd2d1
commit 4564124b5c
Signed by: jolzem
GPG Key ID: DB5485828E95A447
2 changed files with 26 additions and 24 deletions

View File

@ -17,15 +17,15 @@ unfocused_hollow = true
size = 12.0 size = 12.0
[font.bold] [font.bold]
family = "JetBrainsMono Nerd Font" family = "FiraCode Nerd Font"
style = "Bold" style = "Bold"
[font.italic] [font.italic]
family = "JetBrainsMono Nerd Font" family = "FiraCode Nerd Font"
style = "Italic" style = "Italic"
[font.normal] [font.normal]
family = "JetBrainsMono Nerd Font" family = "FiraCode Nerd Font"
style = "Normal" style = "Normal"
[font.offset] [font.offset]
@ -77,34 +77,36 @@ action = "ScrollToBottom"
key = "H" key = "H"
mods = "Alt" mods = "Alt"
# Colors # Colors (Gruvbox dark)
# Default colors # Default colors
[colors.primary] [colors.primary]
background = '#1c1d27' # hard contrast background = = '#1d2021'
foreground = '#e1e7ec' background = '#282828'
# soft contrast background = = '#32302f'
foreground = '#ebdbb2'
# Normal colors # Normal colors
[colors.normal] [colors.normal]
black = '#1b1d36' black = '#282828'
red = '#ca2e55' red = '#cc241d'
green = '#53dd6c' green = '#98971a'
yellow = '#fffb85' yellow = '#d79921'
blue = '#99d6ea' blue = '#458588'
magenta = '#fca6d1' magenta = '#b16286'
cyan = '#bfffbc' cyan = '#689d6a'
white = '#e1e7ec' white = '#a89984'
# Bright colors # Bright colors
[colors.bright] [colors.bright]
black = '#17182c' black = '#928374'
red = '#f8003e' red = '#fb4934'
green = '#3ff15f' green = '#b8bb26'
yellow = '#fffb85' yellow = '#fabd2f'
blue = '#84e1ff' blue = '#83a598'
magenta = '#ffa3d1' magenta = '#d3869b'
cyan = '#bfffbc' cyan = '#8ec07c'
white = '#cee9ff' white = '#ebdbb2'
[mouse] [mouse]
hide_when_typing = true hide_when_typing = true

View File

@ -37,7 +37,7 @@ call plug#begin("~/.local/share/nvim/site/autoload/plugged")
Plug 'https://github.com/alvan/vim-closetag' Plug 'https://github.com/alvan/vim-closetag'
Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline'
Plug 'https://github.com/github/copilot.vim' Plug 'https://github.com/github/copilot.vim'
" Plug 'https://github.com/morhetz/gruvbox' Plug 'https://github.com/morhetz/gruvbox'
call plug#end() call plug#end()
let g:vimtex_view_method = 'zathura' let g:vimtex_view_method = 'zathura'
@ -46,7 +46,7 @@ let g:auto_save = 1
let mapleader ="," let mapleader =","
let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#enabled = 1
" color gruvbox color gruvbox
" REMAPPING " REMAPPING
" jump to last known position when opening a file " jump to last known position when opening a file