mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
Color Schemes: added Catppucin, Dracula, Gruvbox
This commit is contained in:
19
Assets/ColorSchemes/Catppuccin.json
Normal file
19
Assets/ColorSchemes/Catppuccin.json
Normal 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"
|
||||
}
|
||||
19
Assets/ColorSchemes/Dracula.json
Normal file
19
Assets/ColorSchemes/Dracula.json
Normal 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"
|
||||
}
|
||||
19
Assets/ColorSchemes/Gruvbox.json
Normal file
19
Assets/ColorSchemes/Gruvbox.json
Normal 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"
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
import QtQuick
|
||||
import qs.Services
|
||||
|
||||
// Not used ATM and need rework
|
||||
Item {
|
||||
id: root
|
||||
property int innerRadius: 32 * scaling
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user