colorscheme change
This commit is contained in:
parent
fcc7d34a08
commit
b60299b025
|
|
@ -54,11 +54,11 @@ bindsym $mod+Shift+c sticky toggle
|
||||||
|
|
||||||
######### COLORS ##########
|
######### COLORS ##########
|
||||||
# BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER
|
# BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER
|
||||||
client.focused #cc241d #b58900 #282828 #cc241d #d79921
|
client.focused #88C0D0 #EBCB8B #2E3440 #88C0D0 #5E81AC
|
||||||
client.unfocused #d79921 #cc241d #a89984 #d79921 #282828
|
client.unfocused #5E81AC #88C0D0 #E5E9F0 #5E81AC #2E3440
|
||||||
client.focused_inactive #282828 #414141 #a89984 #d79921 #282828
|
client.focused_inactive #2E3440 #4C566A #E5E9F0 #5E81AC #2E3440
|
||||||
client.urgent #689d6a #689d6a #282828 #689d6a #689d6a
|
client.urgent #BF616A #BF616A #2E3440 #BF616A #BF616A
|
||||||
client.background #414141
|
client.background #4C566A
|
||||||
|
|
||||||
###---Starting External Scripts---###
|
###---Starting External Scripts---###
|
||||||
|
|
||||||
|
|
@ -192,7 +192,7 @@ bindsym $mod+s gaps inner current plus 5
|
||||||
bindsym $mod+Shift+s gaps inner current minus 5
|
bindsym $mod+Shift+s gaps inner current minus 5
|
||||||
|
|
||||||
#bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun
|
#bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun
|
||||||
bindsym $mod+d exec dmenu_run -fn 'UbuntuMono Nerd Font-18' -h '35' -nb '#b16286' -sf '#282828' -sb '#76dd7a' -nf '#ebd6b8'
|
bindsym $mod+d exec dmenu_run -fn 'UbuntuMono Nerd Font-18' -h '35' -nb '#A3BE8C' -sf '#2E3440' -sb '#BF616A' -nf '#8FBCBB'
|
||||||
bindsym Mod1+d exec ~/.config/Scripts/rofi-bangs.sh
|
bindsym Mod1+d exec ~/.config/Scripts/rofi-bangs.sh
|
||||||
|
|
||||||
bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0
|
bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ endif
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
" Colorscheme
|
" Colorscheme
|
||||||
colorscheme gruvbox
|
colorscheme nord
|
||||||
|
|
||||||
augroup specify_filetype
|
augroup specify_filetype
|
||||||
autocmd!
|
autocmd!
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ let g:NERDTreeIndicatorMapCustom = {
|
||||||
"Airline "
|
"Airline "
|
||||||
""""""""""""
|
""""""""""""
|
||||||
"main settings
|
"main settings
|
||||||
let g:airline_theme='gruvbox'
|
let g:airline_theme='nord'
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
let g:airline_symbols = {}
|
let g:airline_symbols = {}
|
||||||
let g:airline_skip_empty_sections = 1
|
let g:airline_skip_empty_sections = 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue