update
This commit is contained in:
parent
6055b06114
commit
af5bddc5b3
5 changed files with 5 additions and 56 deletions
6
init.lua
6
init.lua
|
|
@ -229,11 +229,9 @@ require("lazy").setup({
|
||||||
dependencies = { 'nvim-tree/nvim-web-devicons' }
|
dependencies = { 'nvim-tree/nvim-web-devicons' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"catppuccin/nvim",
|
"rebelot/kanagawa.nvim",
|
||||||
name = "catppuccin",
|
|
||||||
priority = 1000,
|
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd.colorscheme "catppuccin-mocha"
|
vim.cmd.colorscheme "kanagawa"
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
{ "rcarriga/nvim-dap-ui", dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" } },
|
{ "rcarriga/nvim-dap-ui", dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" } },
|
||||||
|
|
|
||||||
|
|
@ -1,51 +0,0 @@
|
||||||
# vim:ft=kitty
|
|
||||||
|
|
||||||
## name: Catppuccin Kitty Diff Mocha
|
|
||||||
## author: Catppuccin Org
|
|
||||||
## license: MIT
|
|
||||||
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/diff-mocha.conf
|
|
||||||
## blurb: Soothing pastel theme for the high-spirited!
|
|
||||||
|
|
||||||
# text
|
|
||||||
foreground #CDD6F4
|
|
||||||
# base
|
|
||||||
background #1E1E2E
|
|
||||||
# subtext0
|
|
||||||
title_fg #A6ADC8
|
|
||||||
|
|
||||||
# mantle
|
|
||||||
title_bg #181825
|
|
||||||
margin_bg #181825
|
|
||||||
|
|
||||||
# subtext1
|
|
||||||
margin_fg #A6ADC8
|
|
||||||
# mantle
|
|
||||||
filler_bg #181825
|
|
||||||
|
|
||||||
# 30% red, 70% base
|
|
||||||
removed_bg #5E3F53
|
|
||||||
# 50% red, 50% base
|
|
||||||
highlight_removed_bg #89556B
|
|
||||||
# 40% red, 60% base
|
|
||||||
removed_margin_bg #734A5F
|
|
||||||
|
|
||||||
# 30% green, 70% base
|
|
||||||
added_bg #475951
|
|
||||||
# 50% green, 50% base
|
|
||||||
highlight_added_bg #628168
|
|
||||||
# 40% green, 60% base
|
|
||||||
added_margin_bg #546D5C
|
|
||||||
|
|
||||||
# mantle
|
|
||||||
hunk_margin_bg #181825
|
|
||||||
hunk_bg #181825
|
|
||||||
|
|
||||||
# 40% yellow, 60% base
|
|
||||||
search_bg #A1937B
|
|
||||||
# text
|
|
||||||
search_fg #CDD6F4
|
|
||||||
# 30% sky, 70% base
|
|
||||||
select_bg #45475A
|
|
||||||
# text
|
|
||||||
select_fg #CDD6F4
|
|
||||||
|
|
||||||
1
kitty/kitty-themes
Submodule
1
kitty/kitty-themes
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b1abdd54ba655ef34f75a568d78625981bf1722c
|
||||||
|
|
@ -5,7 +5,7 @@ tab_bar_min_tabs 1
|
||||||
tab_powerline_style slanted
|
tab_powerline_style slanted
|
||||||
map ctrl+g kitten hints --type=linenum --linenum-action=background sh -c "nvim_remote +{line} {path}"
|
map ctrl+g kitten hints --type=linenum --linenum-action=background sh -c "nvim_remote +{line} {path}"
|
||||||
tab_bar_edge top
|
tab_bar_edge top
|
||||||
include ./catppuccin-mocha.conf
|
include ./theme.conf
|
||||||
map shift+f1 new_tab
|
map shift+f1 new_tab
|
||||||
map shift+f2 new_tab_with_cwd
|
map shift+f2 new_tab_with_cwd
|
||||||
map ctrl+shift+w no_op
|
map ctrl+shift+w no_op
|
||||||
|
|
|
||||||
1
kitty/theme.conf
Symbolic link
1
kitty/theme.conf
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
./kitty-themes/themes/Floraverse.conf
|
||||||
Loading…
Reference in a new issue