mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
- Move Sway, GTK, Qt, Alacritty, and Emacs toward the Noctalia-generated Ayu theme - Add shared font/cursor settings, qt5ct/qt6ct templates, and Flatpak theme integration support - Keep browser and Telegram theming manual while preserving generated Noctalia assets where useful
49 lines
1004 B
JSON
49 lines
1004 B
JSON
{
|
|
"message": "Clipboard Panel",
|
|
"backgroundColor": "#fabd2f",
|
|
"cardColors": {
|
|
"Text": {
|
|
"bg": "mOutline",
|
|
"separator": "mSurface",
|
|
"fg": "mOnSurface"
|
|
},
|
|
"Image": {
|
|
"bg": "mTertiary",
|
|
"separator": "mSurface",
|
|
"fg": "mOnTertiary"
|
|
},
|
|
"Link": {
|
|
"bg": "mPrimary",
|
|
"separator": "mSurface",
|
|
"fg": "mOnPrimary"
|
|
},
|
|
"Code": {
|
|
"bg": "mSecondary",
|
|
"separator": "mSurface",
|
|
"fg": "mOnSecondary"
|
|
},
|
|
"Color": {
|
|
"bg": "mSecondary",
|
|
"separator": "mSurface",
|
|
"fg": "mOnSecondary"
|
|
},
|
|
"Emoji": {
|
|
"bg": "mHover",
|
|
"separator": "mSurface",
|
|
"fg": "mOnHover"
|
|
},
|
|
"File": {
|
|
"bg": "mError",
|
|
"separator": "mSurface",
|
|
"fg": "mOnError"
|
|
}
|
|
},
|
|
"customColors": {},
|
|
"enableTodoIntegration": true,
|
|
"autoOpenPinnedPanel": false,
|
|
"pincardsEnabled": true,
|
|
"notecardsEnabled": true,
|
|
"showCloseButton": true,
|
|
"closeOnBackgroundClick": true
|
|
}
|