This commit is contained in:
2026-06-21 10:36:02 +02:00
parent 14f665b6a9
commit 40242641e3
2 changed files with 28 additions and 28 deletions
+13 -13
View File
@@ -1,35 +1,35 @@
layout { layout {
focus-ring { focus-ring {
active-color "#8767e4" active-color "#679ce4"
inactive-color "#19132a" inactive-color "#101c2d"
urgent-color "#c44f73" urgent-color "#fd4663"
} }
border { border {
active-color "#8767e4" active-color "#679ce4"
inactive-color "#19132a" inactive-color "#101c2d"
urgent-color "#c44f73" urgent-color "#fd4663"
} }
shadow { shadow {
color "#19132a70" color "#101c2d70"
} }
tab-indicator { tab-indicator {
active-color "#8767e4" active-color "#679ce4"
inactive-color "#2d0c8d" inactive-color "#0c428d"
urgent-color "#c44f73" urgent-color "#fd4663"
} }
insert-hint { insert-hint {
color "#8767e480" color "#679ce480"
} }
} }
recent-windows { recent-windows {
highlight { highlight {
active-color "#8767e4" active-color "#679ce4"
urgent-color "#c44f73" urgent-color "#fd4663"
} }
} }
+15 -15
View File
@@ -1,25 +1,25 @@
{ {
"mPrimary": "#8767e4", "mPrimary": "#679ce4",
"mOnPrimary": "#1c1825", "mOnPrimary": "#080b0d",
"mSecondary": "#d65c81", "mSecondary": "#665cd6",
"mOnSecondary": "#1c1825", "mOnSecondary": "#181e25",
"mTertiary": "#cc66b2", "mTertiary": "#a166cc",
"mOnTertiary": "#1c1825", "mOnTertiary": "#181e25",
"mError": "#c44f73", "mError": "#fd4663",
"mOnError": "#1c1825", "mOnError": "#181e25",
"mSurface": "#19132a", "mSurface": "#101c2d",
"mOnSurface": "#f2f2f3", "mOnSurface": "#f2f2f3",
"mSurfaceVariant": "#2a2046", "mSurfaceVariant": "#1a2f4c",
"mOnSurfaceVariant": "#b1afb6", "mOnSurfaceVariant": "#afb2b6",
"mOutline": "#666175", "mOutline": "#5f6774",
"mShadow": "#19132a", "mShadow": "#101c2d",
"mHover": "#cc66b2", "mHover": "#a166cc",
"mOnHover": "#1c1825" "mOnHover": "#181e25"
} }