Add kitty themes
This commit is contained in:
parent
7d133525c1
commit
d42dc709ce
6 changed files with 76 additions and 3 deletions
|
@ -329,7 +329,7 @@
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"Party mode 🎉": {
|
"Party mode 🎉": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"superIntensePartyMode": 0
|
"superIntensePartyMode": 0
|
||||||
},
|
},
|
||||||
"PermissionFreeWill": {
|
"PermissionFreeWill": {
|
||||||
|
@ -338,7 +338,9 @@
|
||||||
"onboarding": true
|
"onboarding": true
|
||||||
},
|
},
|
||||||
"PermissionsViewer": {
|
"PermissionsViewer": {
|
||||||
"enabled": true
|
"enabled": true,
|
||||||
|
"permissionsSortOrder": 0,
|
||||||
|
"defaultPermissionsDropdownState": false
|
||||||
},
|
},
|
||||||
"petpet": {
|
"petpet": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
@ -546,6 +548,6 @@
|
||||||
"authenticated": true,
|
"authenticated": true,
|
||||||
"url": "https://api.vencord.dev/",
|
"url": "https://api.vencord.dev/",
|
||||||
"settingsSync": true,
|
"settingsSync": true,
|
||||||
"settingsSyncVersion": 1699903071324
|
"settingsSyncVersion": 1700063160358
|
||||||
}
|
}
|
||||||
}
|
}
|
21
kitty/Darkside.conf
Normal file
21
kitty/Darkside.conf
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
background #212324
|
||||||
|
foreground #b9b9b9
|
||||||
|
cursor #bbbbbb
|
||||||
|
selection_background #2f3333
|
||||||
|
color0 #000000
|
||||||
|
color8 #000000
|
||||||
|
color1 #e8331c
|
||||||
|
color9 #df5a4f
|
||||||
|
color2 #68c156
|
||||||
|
color10 #76b768
|
||||||
|
color3 #f1d32b
|
||||||
|
color11 #eed64a
|
||||||
|
color4 #1c98e8
|
||||||
|
color12 #387bd2
|
||||||
|
color5 #8e69c8
|
||||||
|
color13 #957bbd
|
||||||
|
color6 #1c98e8
|
||||||
|
color14 #3d96e2
|
||||||
|
color7 #b9b9b9
|
||||||
|
color15 #b9b9b9
|
||||||
|
selection_foreground #212324
|
21
kitty/current-theme.conf
Normal file
21
kitty/current-theme.conf
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
background #000000
|
||||||
|
foreground #dddddd
|
||||||
|
cursor #cccccc
|
||||||
|
selection_background #dddddd
|
||||||
|
selection_foreground #000000
|
||||||
|
color0 #54554f
|
||||||
|
color8 #54554f
|
||||||
|
color1 #f598a6
|
||||||
|
color9 #bf7382
|
||||||
|
color2 #f5a9b8
|
||||||
|
color10 #c28692
|
||||||
|
color3 #48a4c6
|
||||||
|
color11 #6c9bb5
|
||||||
|
color4 #5bcdfa
|
||||||
|
color12 #55b4ce
|
||||||
|
color5 #51b9df
|
||||||
|
color13 #4d88b0
|
||||||
|
color6 #f5f5f5
|
||||||
|
color14 #dedede
|
||||||
|
color7 #dddddd
|
||||||
|
color15 #ffffff
|
4
kitty/kitty.conf
Normal file
4
kitty/kitty.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# BEGIN_KITTY_THEME
|
||||||
|
# Bagel Bites
|
||||||
|
include current-theme.conf
|
||||||
|
# END_KITTY_THEME
|
4
kitty/kitty.conf.bak
Normal file
4
kitty/kitty.conf.bak
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# BEGIN_KITTY_THEME
|
||||||
|
# Bagel Bites
|
||||||
|
include current-theme.conf
|
||||||
|
# END_KITTY_THEME
|
21
kitty/themes/Bagel Bites.conf
Normal file
21
kitty/themes/Bagel Bites.conf
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
background #000000
|
||||||
|
foreground #dddddd
|
||||||
|
cursor #cccccc
|
||||||
|
selection_background #dddddd
|
||||||
|
selection_foreground #000000
|
||||||
|
color0 #54554f
|
||||||
|
color8 #54554f
|
||||||
|
color1 #f598a6
|
||||||
|
color9 #bf7382
|
||||||
|
color2 #f5a9b8
|
||||||
|
color10 #c28692
|
||||||
|
color3 #48a4c6
|
||||||
|
color11 #6c9bb5
|
||||||
|
color4 #5bcdfa
|
||||||
|
color12 #55b4ce
|
||||||
|
color5 #51b9df
|
||||||
|
color13 #4d88b0
|
||||||
|
color6 #f5f5f5
|
||||||
|
color14 #dedede
|
||||||
|
color7 #dddddd
|
||||||
|
color15 #ffffff
|
Loading…
Reference in a new issue