Changed theme to gruvbox
This commit is contained in:
parent
db832dd2d1
commit
4564124b5c
@ -17,15 +17,15 @@ unfocused_hollow = true
|
||||
size = 12.0
|
||||
|
||||
[font.bold]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
family = "FiraCode Nerd Font"
|
||||
style = "Bold"
|
||||
|
||||
[font.italic]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
family = "FiraCode Nerd Font"
|
||||
style = "Italic"
|
||||
|
||||
[font.normal]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
family = "FiraCode Nerd Font"
|
||||
style = "Normal"
|
||||
|
||||
[font.offset]
|
||||
@ -77,34 +77,36 @@ action = "ScrollToBottom"
|
||||
key = "H"
|
||||
mods = "Alt"
|
||||
|
||||
# Colors
|
||||
# Colors (Gruvbox dark)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#1c1d27'
|
||||
foreground = '#e1e7ec'
|
||||
# hard contrast background = = '#1d2021'
|
||||
background = '#282828'
|
||||
# soft contrast background = = '#32302f'
|
||||
foreground = '#ebdbb2'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#1b1d36'
|
||||
red = '#ca2e55'
|
||||
green = '#53dd6c'
|
||||
yellow = '#fffb85'
|
||||
blue = '#99d6ea'
|
||||
magenta = '#fca6d1'
|
||||
cyan = '#bfffbc'
|
||||
white = '#e1e7ec'
|
||||
black = '#282828'
|
||||
red = '#cc241d'
|
||||
green = '#98971a'
|
||||
yellow = '#d79921'
|
||||
blue = '#458588'
|
||||
magenta = '#b16286'
|
||||
cyan = '#689d6a'
|
||||
white = '#a89984'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#17182c'
|
||||
red = '#f8003e'
|
||||
green = '#3ff15f'
|
||||
yellow = '#fffb85'
|
||||
blue = '#84e1ff'
|
||||
magenta = '#ffa3d1'
|
||||
cyan = '#bfffbc'
|
||||
white = '#cee9ff'
|
||||
black = '#928374'
|
||||
red = '#fb4934'
|
||||
green = '#b8bb26'
|
||||
yellow = '#fabd2f'
|
||||
blue = '#83a598'
|
||||
magenta = '#d3869b'
|
||||
cyan = '#8ec07c'
|
||||
white = '#ebdbb2'
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
|
@ -37,7 +37,7 @@ call plug#begin("~/.local/share/nvim/site/autoload/plugged")
|
||||
Plug 'https://github.com/alvan/vim-closetag'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'https://github.com/github/copilot.vim'
|
||||
" Plug 'https://github.com/morhetz/gruvbox'
|
||||
Plug 'https://github.com/morhetz/gruvbox'
|
||||
call plug#end()
|
||||
|
||||
let g:vimtex_view_method = 'zathura'
|
||||
@ -46,7 +46,7 @@ let g:auto_save = 1
|
||||
let mapleader =","
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
|
||||
" color gruvbox
|
||||
color gruvbox
|
||||
|
||||
" REMAPPING
|
||||
" jump to last known position when opening a file
|
||||
|
Loading…
x
Reference in New Issue
Block a user