mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
apptheming: restore original auto outline color
This commit is contained in:
@@ -252,7 +252,7 @@ Singleton {
|
||||
const surfaceContainerHighest = ColorsConvert.generateSurfaceVariant(backgroundColor, 4, isDarkMode)
|
||||
|
||||
// Generate outline colors (for borders/dividers)
|
||||
const outline = outlineColor
|
||||
const outline = isDarkMode ? "#938f99" : "#79747e"
|
||||
const outlineVariant = ColorsConvert.adjustLightness(outline, isDarkMode ? -10 : 10)
|
||||
|
||||
// Shadow is always very dark
|
||||
|
||||
Reference in New Issue
Block a user