mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Switch to Kanagawa theme
This commit is contained in:
parent
db048db3c0
commit
e801f0a680
7 changed files with 80 additions and 66 deletions
|
|
@ -44,7 +44,7 @@ bspc config split_ratio 0.52
|
|||
bspc config borderless_monocle false
|
||||
bspc config gapless_monocle false
|
||||
|
||||
bspc config focused_border_color '#92971a'
|
||||
bspc config focused_border_color '#CBC093'
|
||||
|
||||
bspc rule -a 'firefox:*:Picture-in-Picture' sticky=on
|
||||
bspc rule -a 'origin.exe:*' state=floating
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ tnoremap <Esc> <C-\><C-n>
|
|||
" Allows you to use // in order to search for the visually selected text
|
||||
vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>
|
||||
|
||||
colorscheme gruvbox
|
||||
colorscheme kanagawa
|
||||
|
||||
let g:neovide_scale_factor = 0.7
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ plug("ggandor/leap.nvim")
|
|||
plug("folke/zen-mode.nvim")
|
||||
plug("folke/twilight.nvim")
|
||||
plug("neovim/nvim-lspconfig")
|
||||
plug("ellisonleao/gruvbox.nvim")
|
||||
plug("rebelot/kanagawa.nvim")
|
||||
plug("nvim-lualine/lualine.nvim")
|
||||
plug("nvim-neo-tree/neo-tree.nvim")
|
||||
plug("pmizio/typescript-tools.nvim")
|
||||
|
|
@ -40,8 +40,8 @@ vim.opt.guifont = { "JetBrainsMono Nerd Font", "h13" }
|
|||
|
||||
vim.g.coq_settings = { auto_start = true }
|
||||
|
||||
require("gruvbox").setup({
|
||||
transparent_mode = true,
|
||||
require("kanagawa").setup({
|
||||
transparent = true,
|
||||
})
|
||||
|
||||
require("lualine").setup()
|
||||
|
|
|
|||
|
|
@ -17,15 +17,14 @@
|
|||
;==========================================================
|
||||
|
||||
[colors]
|
||||
;background = ${xrdb:color0:#222}
|
||||
background = #282828
|
||||
background-alt = #3c3836
|
||||
;foreground = ${xrdb:color7:#222}
|
||||
foreground = #ebdbb2
|
||||
foreground-alt = #fbf1c7
|
||||
primary = #98971a
|
||||
secondary = #458588
|
||||
alert = #cc241d
|
||||
background = #1F1F28
|
||||
background-alt = #2A2A37
|
||||
foreground = #DCD7BA
|
||||
foreground-alt = #CBC093
|
||||
primary = #7E9CD8
|
||||
secondary = #76946A
|
||||
alert = #C34043
|
||||
orange = #FF9E64
|
||||
|
||||
[bar/m-bar]
|
||||
;monitor = ${env:MONITOR:HDMI-1}
|
||||
|
|
@ -105,7 +104,7 @@ interval = 25
|
|||
|
||||
mount-0 = /
|
||||
|
||||
label-mounted = %{F#458588}%mountpoint%%{F-}: %percentage_used%%
|
||||
label-mounted = %{F#CBC093}%mountpoint%%{F-}: %percentage_used%%
|
||||
label-mounted-underline = ${colors.primary}
|
||||
label-unmounted = %mountpoint% not mounted
|
||||
label-unmounted-foreground = ${colors.foreground-alt}
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
add_newline = false
|
||||
palette = 'gruvbox_dark'
|
||||
palette = 'kanagawa'
|
||||
|
||||
[palettes.gruvbox_dark]
|
||||
fg = '#ebdbb2'
|
||||
bg = '#282828'
|
||||
gray = '#a89984'
|
||||
blue = '#458588'
|
||||
aqua = '#689d6a'
|
||||
green = '#98971a'
|
||||
orange = '#d65d0e'
|
||||
purple = '#b16286'
|
||||
red = '#cc241d'
|
||||
yellow = '#d79921'
|
||||
[palettes.kanagawa]
|
||||
bg = '#1f1f28'
|
||||
fg = '#dcd7ba'
|
||||
black = '#090618'
|
||||
red = '#c34043'
|
||||
green = '#76946a'
|
||||
yellow = '#c0a36e'
|
||||
blue = '#7e9cd8'
|
||||
magenta = '#957fb8'
|
||||
cyan = '#6a9589'
|
||||
white = '#c8c093'
|
||||
|
||||
[jobs]
|
||||
symbol = ""
|
||||
|
|
@ -48,7 +48,6 @@ symbol = " "
|
|||
|
||||
[directory]
|
||||
read_only = " "
|
||||
style = "bold blue"
|
||||
|
||||
[docker_context]
|
||||
symbol = " "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue