From 523f3e7119eedd71526c5af0c508bd1f04165e45 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 27 Jul 2024 05:47:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Feat(config):=20add=20~/.kittyov?= =?UTF-8?q?errides=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows user to configure overrides without breaking updates of the main kitty config. --- kitty-base.conf | 3 +++ kitty-themes.conf | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kitty-base.conf b/kitty-base.conf index 75ce6fc..2f80037 100644 --- a/kitty-base.conf +++ b/kitty-base.conf @@ -75,3 +75,6 @@ include keymaps.conf ### Themes ### include kitty-themes.conf + +### Overrides ### +include ~/.kittyoverrides diff --git a/kitty-themes.conf b/kitty-themes.conf index 80b588a..7469dda 100644 --- a/kitty-themes.conf +++ b/kitty-themes.conf @@ -6,6 +6,3 @@ include kitty-night.conf ### Catppuccin Accent ### env CATPPUCCIN_ACCENT=mauve - -### Override Cursor Color ### -cursor #A6E3A1