refactor 🔨: Some DOCS, and other tweaks

This commit is contained in:
Ayush Dumasia 2025-06-02 10:11:08 +05:30
parent eeb32488a4
commit 95d5259e48
6 changed files with 343 additions and 8 deletions

15
pacseek/colors.json Normal file
View file

@ -0,0 +1,15 @@
{
"Transparent": false,
"Accent": "1793d1",
"Title": "00dfff",
"SearchBar": "0564a0",
"PackagelistSourceRepository": "00b000",
"PackagelistSourceAUR": "1793d1",
"PackagelistHeader": "ffff00",
"SettingsFieldBackground": "0564a0",
"SettingsFieldText": "ffffff",
"SettingsFieldLabel": "ffff00",
"SettingsDropdownNotSelected": "1793d1",
"StylePKGBUILD": "dracula",
"Comments": "Examples for StylePKGBUILD can be found here: https://xyproto.github.io/splash/docs/all.html"
}