Color Schemes: added Catppucin, Dracula, Gruvbox

This commit is contained in:
quadbyte
2025-08-15 16:09:20 -04:00
parent 9298f37b38
commit 48b6c1cf5c
6 changed files with 58 additions and 7 deletions

View File

@@ -0,0 +1,19 @@
{
"mPrimary": "#cba6f7",
"mOnPrimary": "#11111b",
"mSecondary": "#fab387",
"mOnSecondary": "#11111b",
"mTertiary": "#a6e3a1",
"mOnTertiary": "#11111b",
"mError": "#f38ba8",
"mOnError": "#11111b",
"mSurface": "#1e1e2e",
"mOnSurface": "##cdd6f4",
"mSurfaceVariant": "#313244",
"mOnSurfaceVariant": "#a3b4eb",
"mOutline": "#45475a",
"mOutlineVariant": "#585b70",
"mShadow": "#11111b"
}

View File

@@ -0,0 +1,19 @@
{
"mPrimary": "#bd93f9",
"mOnPrimary": "#282A36",
"mSecondary": "#ff79c6",
"mOnSecondary": "#4e1d32",
"mTertiary": "#8be9fd",
"mOnTertiary": "#003543",
"mError": "#FF5555",
"mOnError": "#282A36",
"mSurface": "#282A36",
"mOnSurface": "#F8F8F2",
"mSurfaceVariant": "#44475A",
"mOnSurfaceVariant": "#d6d8e0",
"mOutline": "#6272A4",
"mOutlineVariant": "#4c566a",
"mShadow": "#282A36"
}

View File

@@ -0,0 +1,19 @@
{
"mPrimary": "#b8bb26",
"mOnPrimary": "#282828",
"mSecondary": "#fabd2f",
"mOnSecondary": "#282828",
"mTertiary": "#83a598",
"mOnTertiary": "#282828",
"mError": "#fb4934",
"mOnError": "#282828",
"mSurface": "#282828",
"mOnSurface": "#fbf1c7",
"mSurfaceVariant": "#3c3836",
"mOnSurfaceVariant": "#ebdbb2",
"mOutline": "#928374",
"mOutlineVariant": "#bfb6ad",
"mShadow": "#282828"
}

View File

@@ -1,6 +1,7 @@
import QtQuick
import qs.Services
// Not used ATM and need rework
Item {
id: root
property int innerRadius: 32 * scaling

View File

@@ -32,13 +32,6 @@ ColumnLayout {
spacing: Style.marginLarge * scaling
Layout.fillWidth: true
NText {
text: "TODO"
font.pointSize: Style.fontSizeXL * scaling
font.weight: Style.fontWeightBold
color: Colors.mOnSurface
}
// Use Wallpaper Colors
NToggle {
label: "Use Wallpaper Colors"