From af5bddc5b3c91d7bb5e282d19f01db639dfa41c9 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Sat, 5 Apr 2025 13:37:08 +0200 Subject: [PATCH] update --- init.lua | 6 ++--- kitty/catppuccin-mocha.conf | 51 ------------------------------------- kitty/kitty-themes | 1 + kitty/kitty.conf | 2 +- kitty/theme.conf | 1 + 5 files changed, 5 insertions(+), 56 deletions(-) delete mode 100644 kitty/catppuccin-mocha.conf create mode 160000 kitty/kitty-themes create mode 120000 kitty/theme.conf diff --git a/init.lua b/init.lua index 33fa341..cd1a13f 100644 --- a/init.lua +++ b/init.lua @@ -229,11 +229,9 @@ require("lazy").setup({ dependencies = { 'nvim-tree/nvim-web-devicons' } }, { - "catppuccin/nvim", - name = "catppuccin", - priority = 1000, + "rebelot/kanagawa.nvim", config = function() - vim.cmd.colorscheme "catppuccin-mocha" + vim.cmd.colorscheme "kanagawa" end }, { "rcarriga/nvim-dap-ui", dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" } }, diff --git a/kitty/catppuccin-mocha.conf b/kitty/catppuccin-mocha.conf deleted file mode 100644 index f645e84..0000000 --- a/kitty/catppuccin-mocha.conf +++ /dev/null @@ -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 - diff --git a/kitty/kitty-themes b/kitty/kitty-themes new file mode 160000 index 0000000..b1abdd5 --- /dev/null +++ b/kitty/kitty-themes @@ -0,0 +1 @@ +Subproject commit b1abdd54ba655ef34f75a568d78625981bf1722c diff --git a/kitty/kitty.conf b/kitty/kitty.conf index aeed464..2dac6ce 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -5,7 +5,7 @@ tab_bar_min_tabs 1 tab_powerline_style slanted map ctrl+g kitten hints --type=linenum --linenum-action=background sh -c "nvim_remote +{line} {path}" tab_bar_edge top -include ./catppuccin-mocha.conf +include ./theme.conf map shift+f1 new_tab map shift+f2 new_tab_with_cwd map ctrl+shift+w no_op diff --git a/kitty/theme.conf b/kitty/theme.conf new file mode 120000 index 0000000..ea844cc --- /dev/null +++ b/kitty/theme.conf @@ -0,0 +1 @@ +./kitty-themes/themes/Floraverse.conf \ No newline at end of file