kitty: rename theme Dracula to customDracula
This commit is contained in:
parent
50d509879c
commit
7d8138e89b
@ -1,4 +1,4 @@
|
||||
## name: Dracula
|
||||
## name: DraculaCustom
|
||||
## author: Keegan Carruthers-Smith
|
||||
## license: MIT
|
||||
## upstream: https://raw.githubusercontent.com/dracula/kitty/master/dracula.conf
|
@ -689,6 +689,7 @@ inactive_tab_font_style normal
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Dracula
|
||||
# include themes/customDracula.conf
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
||||
|
@ -39,7 +39,7 @@ in {
|
||||
|
||||
# configFile."kitty/current-theme.conf" = {
|
||||
configFile."kitty/themes/customDracula.conf" = {
|
||||
source = ./../../.config/kitty/current-theme.conf;
|
||||
source = ./../../.config/kitty/customDracula.conf;
|
||||
};
|
||||
configFile."kitty/themes/diff-frappe.conf" = {
|
||||
source =
|
||||
|
Loading…
Reference in New Issue
Block a user