diff --git a/VencordDesktop/settings/settings.json b/VencordDesktop/settings/settings.json index bffa5a0..1bfeb32 100644 --- a/VencordDesktop/settings/settings.json +++ b/VencordDesktop/settings/settings.json @@ -329,7 +329,7 @@ "enabled": false }, "Party mode 🎉": { - "enabled": true, + "enabled": false, "superIntensePartyMode": 0 }, "PermissionFreeWill": { @@ -338,7 +338,9 @@ "onboarding": true }, "PermissionsViewer": { - "enabled": true + "enabled": true, + "permissionsSortOrder": 0, + "defaultPermissionsDropdownState": false }, "petpet": { "enabled": true @@ -546,6 +548,6 @@ "authenticated": true, "url": "https://api.vencord.dev/", "settingsSync": true, - "settingsSyncVersion": 1699903071324 + "settingsSyncVersion": 1700063160358 } } \ No newline at end of file diff --git a/kitty/Darkside.conf b/kitty/Darkside.conf new file mode 100644 index 0000000..10238d1 --- /dev/null +++ b/kitty/Darkside.conf @@ -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 diff --git a/kitty/current-theme.conf b/kitty/current-theme.conf new file mode 100644 index 0000000..e8fdb22 --- /dev/null +++ b/kitty/current-theme.conf @@ -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 diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..d675472 --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,4 @@ +# BEGIN_KITTY_THEME +# Bagel Bites +include current-theme.conf +# END_KITTY_THEME diff --git a/kitty/kitty.conf.bak b/kitty/kitty.conf.bak new file mode 100644 index 0000000..d675472 --- /dev/null +++ b/kitty/kitty.conf.bak @@ -0,0 +1,4 @@ +# BEGIN_KITTY_THEME +# Bagel Bites +include current-theme.conf +# END_KITTY_THEME diff --git a/kitty/themes/Bagel Bites.conf b/kitty/themes/Bagel Bites.conf new file mode 100644 index 0000000..e8fdb22 --- /dev/null +++ b/kitty/themes/Bagel Bites.conf @@ -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