added Supersonic config
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
|
||||
[SupersonicTheme]
|
||||
Name = "Catppuccin Macchiato (Lavender)"
|
||||
Version = "0.2"
|
||||
SupportsDark = true
|
||||
SupportsLight = true
|
||||
|
||||
|
||||
[LightColors]
|
||||
PageBackground = "#EFF1F5FF"
|
||||
ListHeader = "#DCE0E8FF"
|
||||
PageHeader = "#E6E9EFFF"
|
||||
Background = "#DCE0E8FF"
|
||||
Button = "#E6E9EFFF"
|
||||
DisabledButton = "#CCD0DAFF"
|
||||
Disabled = "#4C4F69FF"
|
||||
Error = "#D20F39FF"
|
||||
Focus = "#D6DCF7FF"
|
||||
Foreground = "#4C4F69FF"
|
||||
ForegroundOnError = "#EFF1F5FF"
|
||||
ForegroundOnPrimary = "#EFF1F5FF"
|
||||
ForegroundOnSuccess = "#EFF1F5FF"
|
||||
ForegroundOnWarning = "#EFF1F5FF"
|
||||
HeaderBackground = "#CCD0DAFF"
|
||||
Hover = "#E3E6F6FF"
|
||||
Hyperlink = "#7287FDFF"
|
||||
InputBackground = "#E6E9EFFF"
|
||||
InputBorder = "#CCD0DAFF"
|
||||
MenuBackground = "#E6E9EFFF"
|
||||
OverlayBackground = "#E6E9EFFF"
|
||||
Placeholder = "#7C7F93FF"
|
||||
Pressed = "#CCD0DA66"
|
||||
Primary = "#7287FDFF"
|
||||
ScrollBar = "#E6E9EF99"
|
||||
Selection = "#D0D7F7FF"
|
||||
Separator = "#DCE0E8FF"
|
||||
Success = "#40A02BFF"
|
||||
Warning = "#DF8E1DFF"
|
||||
|
||||
|
||||
[DarkColors]
|
||||
PageBackground = "#24273AFF"
|
||||
ListHeader = "#181926FF"
|
||||
PageHeader = "#1E2030FF"
|
||||
Background = "#181926FF"
|
||||
Button = "#1E2030FF"
|
||||
DisabledButton = "#363A4FFF"
|
||||
Disabled = "#CAD3F5FF"
|
||||
Error = "#ED8796FF"
|
||||
Focus = "#424560FF"
|
||||
Foreground = "#CAD3F5FF"
|
||||
ForegroundOnError = "#24273AFF"
|
||||
ForegroundOnPrimary = "#24273AFF"
|
||||
ForegroundOnSuccess = "#24273AFF"
|
||||
ForegroundOnWarning = "#24273AFF"
|
||||
HeaderBackground = "#363A4FFF"
|
||||
Hover = "#32364CFF"
|
||||
Hyperlink = "#B7BDF8FF"
|
||||
InputBackground = "#1E2030FF"
|
||||
InputBorder = "#363A4FFF"
|
||||
MenuBackground = "#1E2030FF"
|
||||
OverlayBackground = "#1E2030FF"
|
||||
Placeholder = "#939AB7FF"
|
||||
Pressed = "#363A4F66"
|
||||
Primary = "#B7BDF8FF"
|
||||
ScrollBar = "#1E203099"
|
||||
Selection = "#494C69FF"
|
||||
Separator = "#181926FF"
|
||||
Success = "#A6DA95FF"
|
||||
Warning = "#EED49FFF"
|
||||
Reference in New Issue
Block a user