qt6: switch from kvantum to kde family & hyprland: a new set of config
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ -f "$HOME/.local/snippets/apply-color-helper" ] || {
|
||||
echo "Missing helper script: $HOME/.local/snippets/apply-color-helper"
|
||||
exit 1
|
||||
}
|
||||
. "$HOME/.local/snippets/apply-color-helper"
|
||||
|
||||
scheme=$(echo "${palette}-${colorName}" | sed -E 's/(^|-)([a-z])/\U\2/g')
|
||||
|
||||
[ -f "$HOME/.local/share/color-schemes/${scheme}.colors" ] || {
|
||||
log_error "No such color scheme: ${scheme}"
|
||||
exit 1
|
||||
}
|
||||
|
||||
plasma-apply-colorscheme "$scheme" >/dev/null 2>&1 || {
|
||||
log_error "Failed to apply ${scheme}"
|
||||
exit 1
|
||||
}
|
||||
|
||||
plasma-apply-colorscheme -a "#${colorHex}" >/dev/null 2>&1
|
||||
|
||||
kwriteconfig6 --notify --file kdeglobals --group KDE --key widgetStyle Breeze >/dev/null 2>&1 || {
|
||||
log_error "Failed to set widget style"
|
||||
exit 1
|
||||
}
|
||||
|
||||
log_success "qt6"
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=140, 170, 238
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=140, 170, 238
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=140, 170, 238
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=140, 170, 238
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=140, 170, 238
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=140, 170, 238
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=140, 170, 238
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=140, 170, 238
|
||||
BackgroundNormal=140, 170, 238
|
||||
DecorationFocus=140, 170, 238
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=140, 170, 238
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=140, 170, 238
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=140, 170, 238
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=140, 170, 238
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=140, 170, 238
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=140, 170, 238
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappeBlue
|
||||
Name=Catppuccin Frappe Blue
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=238, 190, 190
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=238, 190, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=238, 190, 190
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=238, 190, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=238, 190, 190
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=238, 190, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=238, 190, 190
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=238, 190, 190
|
||||
BackgroundNormal=238, 190, 190
|
||||
DecorationFocus=238, 190, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=238, 190, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=238, 190, 190
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=238, 190, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=238, 190, 190
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=238, 190, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=238, 190, 190
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappeFlamingo
|
||||
Name=Catppuccin Frappe Flamingo
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=166, 209, 137
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=166, 209, 137
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=166, 209, 137
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=166, 209, 137
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=166, 209, 137
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=166, 209, 137
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=166, 209, 137
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=166, 209, 137
|
||||
BackgroundNormal=166, 209, 137
|
||||
DecorationFocus=166, 209, 137
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=166, 209, 137
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=166, 209, 137
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=166, 209, 137
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=166, 209, 137
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=166, 209, 137
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=166, 209, 137
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappeGreen
|
||||
Name=Catppuccin Frappe Green
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=186, 187, 241
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=186, 187, 241
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=186, 187, 241
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=186, 187, 241
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=186, 187, 241
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=186, 187, 241
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=186, 187, 241
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=186, 187, 241
|
||||
BackgroundNormal=186, 187, 241
|
||||
DecorationFocus=186, 187, 241
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=186, 187, 241
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=186, 187, 241
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=186, 187, 241
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=186, 187, 241
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=186, 187, 241
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=186, 187, 241
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappeLavender
|
||||
Name=Catppuccin Frappe Lavender
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=234, 153, 156
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=234, 153, 156
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=234, 153, 156
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=234, 153, 156
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=234, 153, 156
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=234, 153, 156
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=234, 153, 156
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=234, 153, 156
|
||||
BackgroundNormal=234, 153, 156
|
||||
DecorationFocus=234, 153, 156
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=234, 153, 156
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=234, 153, 156
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=234, 153, 156
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=234, 153, 156
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=234, 153, 156
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=234, 153, 156
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappeMaroon
|
||||
Name=Catppuccin Frappe Maroon
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=202, 158, 230
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=202, 158, 230
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=202, 158, 230
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=202, 158, 230
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=202, 158, 230
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=202, 158, 230
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=202, 158, 230
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=202, 158, 230
|
||||
BackgroundNormal=202, 158, 230
|
||||
DecorationFocus=202, 158, 230
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=202, 158, 230
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=202, 158, 230
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=202, 158, 230
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=202, 158, 230
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=202, 158, 230
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=202, 158, 230
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappeMauve
|
||||
Name=Catppuccin Frappe Mauve
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=239, 159, 118
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=239, 159, 118
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=239, 159, 118
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=239, 159, 118
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=239, 159, 118
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=239, 159, 118
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=239, 159, 118
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=239, 159, 118
|
||||
BackgroundNormal=239, 159, 118
|
||||
DecorationFocus=239, 159, 118
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=239, 159, 118
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=239, 159, 118
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=239, 159, 118
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=239, 159, 118
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=239, 159, 118
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=239, 159, 118
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappePeach
|
||||
Name=Catppuccin Frappe Peach
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=244, 184, 228
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=244, 184, 228
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=244, 184, 228
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=244, 184, 228
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=244, 184, 228
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=244, 184, 228
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=244, 184, 228
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=244, 184, 228
|
||||
BackgroundNormal=244, 184, 228
|
||||
DecorationFocus=244, 184, 228
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=244, 184, 228
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=244, 184, 228
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=244, 184, 228
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=244, 184, 228
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=244, 184, 228
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=244, 184, 228
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappePink
|
||||
Name=Catppuccin Frappe Pink
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=231, 130, 132
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=231, 130, 132
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=231, 130, 132
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=231, 130, 132
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=231, 130, 132
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=231, 130, 132
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=231, 130, 132
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=231, 130, 132
|
||||
BackgroundNormal=231, 130, 132
|
||||
DecorationFocus=231, 130, 132
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=231, 130, 132
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=231, 130, 132
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=231, 130, 132
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=231, 130, 132
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=231, 130, 132
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=231, 130, 132
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappeRed
|
||||
Name=Catppuccin Frappe Red
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=242, 213, 207
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=242, 213, 207
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=242, 213, 207
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=242, 213, 207
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=242, 213, 207
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=242, 213, 207
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=242, 213, 207
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=242, 213, 207
|
||||
BackgroundNormal=242, 213, 207
|
||||
DecorationFocus=242, 213, 207
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=242, 213, 207
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=242, 213, 207
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=242, 213, 207
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=242, 213, 207
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=242, 213, 207
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=242, 213, 207
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappeRosewater
|
||||
Name=Catppuccin Frappe Rosewater
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=133, 193, 220
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=133, 193, 220
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=133, 193, 220
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=133, 193, 220
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=133, 193, 220
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=133, 193, 220
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=133, 193, 220
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=133, 193, 220
|
||||
BackgroundNormal=133, 193, 220
|
||||
DecorationFocus=133, 193, 220
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=133, 193, 220
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=133, 193, 220
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=133, 193, 220
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=133, 193, 220
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=133, 193, 220
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=133, 193, 220
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappeSapphire
|
||||
Name=Catppuccin Frappe Sapphire
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=153, 209, 219
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=153, 209, 219
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=153, 209, 219
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=153, 209, 219
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=153, 209, 219
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=153, 209, 219
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=153, 209, 219
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=153, 209, 219
|
||||
BackgroundNormal=153, 209, 219
|
||||
DecorationFocus=153, 209, 219
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=153, 209, 219
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=153, 209, 219
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=153, 209, 219
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=153, 209, 219
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=153, 209, 219
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=153, 209, 219
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappeSky
|
||||
Name=Catppuccin Frappe Sky
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=129, 200, 190
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=129, 200, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=129, 200, 190
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=129, 200, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=129, 200, 190
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=129, 200, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=129, 200, 190
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=129, 200, 190
|
||||
BackgroundNormal=129, 200, 190
|
||||
DecorationFocus=129, 200, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=129, 200, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=129, 200, 190
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=129, 200, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=129, 200, 190
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=129, 200, 190
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=129, 200, 190
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappeTeal
|
||||
Name=Catppuccin Frappe Teal
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=48, 52, 70
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=229, 200, 144
|
||||
BackgroundNormal=65, 69, 89
|
||||
DecorationFocus=229, 200, 144
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=229, 200, 144
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=229, 200, 144
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=229, 200, 144
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=229, 200, 144
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=229, 200, 144
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=229, 200, 144
|
||||
BackgroundNormal=229, 200, 144
|
||||
DecorationFocus=229, 200, 144
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=229, 200, 144
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=229, 200, 144
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=41, 44, 60
|
||||
BackgroundNormal=48, 52, 70
|
||||
DecorationFocus=229, 200, 144
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=229, 200, 144
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=35, 38, 52
|
||||
BackgroundNormal=41, 44, 60
|
||||
DecorationFocus=229, 200, 144
|
||||
DecorationHover=81, 87, 109
|
||||
ForegroundActive=239, 159, 118
|
||||
ForegroundInactive=165, 173, 206
|
||||
ForegroundLink=229, 200, 144
|
||||
ForegroundNegative=231, 130, 132
|
||||
ForegroundNeutral=229, 200, 144
|
||||
ForegroundNormal=198, 208, 245
|
||||
ForegroundPositive=166, 209, 137
|
||||
ForegroundVisited=202, 158, 230
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinFrappeYellow
|
||||
Name=Catppuccin Frappe Yellow
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=48, 52, 70
|
||||
activeBlend=198, 208, 245
|
||||
activeForeground=198, 208, 245
|
||||
inactiveBackground=35, 38, 52
|
||||
inactiveBlend=165, 173, 206
|
||||
inactiveForeground=165, 173, 206
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=30, 102, 245
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=30, 102, 245
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=30, 102, 245
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=30, 102, 245
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=30, 102, 245
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=30, 102, 245
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=30, 102, 245
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=30, 102, 245
|
||||
BackgroundNormal=30, 102, 245
|
||||
DecorationFocus=30, 102, 245
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=255, 255, 255
|
||||
ForegroundActive=255, 255, 255
|
||||
ForegroundLink=255, 255, 255
|
||||
ForegroundNegative=255, 255, 255
|
||||
ForegroundNeutral=255, 255, 255
|
||||
ForegroundNormal=255, 255, 255
|
||||
ForegroundPositive=255, 255, 255
|
||||
ForegroundVisited=255, 255, 255
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=30, 102, 245
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=30, 102, 245
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=30, 102, 245
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=30, 102, 245
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=30, 102, 245
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=30, 102, 245
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLatteBlue
|
||||
Name=Catppuccin Latte Blue
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=221, 120, 120
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=221, 120, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=221, 120, 120
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=221, 120, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=221, 120, 120
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=221, 120, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=221, 120, 120
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=221, 120, 120
|
||||
BackgroundNormal=221, 120, 120
|
||||
DecorationFocus=221, 120, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=221, 120, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=221, 120, 120
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=221, 120, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=221, 120, 120
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=221, 120, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=221, 120, 120
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLatteFlamingo
|
||||
Name=Catppuccin Latte Flamingo
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=64, 160, 43
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=64, 160, 43
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=64, 160, 43
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=64, 160, 43
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=64, 160, 43
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=64, 160, 43
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=64, 160, 43
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=64, 160, 43
|
||||
BackgroundNormal=64, 160, 43
|
||||
DecorationFocus=64, 160, 43
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=64, 160, 43
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=64, 160, 43
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=64, 160, 43
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=64, 160, 43
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=64, 160, 43
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=64, 160, 43
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLatteGreen
|
||||
Name=Catppuccin Latte Green
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=114, 135, 253
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=114, 135, 253
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=114, 135, 253
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=114, 135, 253
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=114, 135, 253
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=114, 135, 253
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=114, 135, 253
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=114, 135, 253
|
||||
BackgroundNormal=114, 135, 253
|
||||
DecorationFocus=114, 135, 253
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=114, 135, 253
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=114, 135, 253
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=114, 135, 253
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=114, 135, 253
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=114, 135, 253
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=114, 135, 253
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLatteLavender
|
||||
Name=Catppuccin Latte Lavender
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=230, 69, 83
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=230, 69, 83
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=230, 69, 83
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=230, 69, 83
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=230, 69, 83
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=230, 69, 83
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=230, 69, 83
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=230, 69, 83
|
||||
BackgroundNormal=230, 69, 83
|
||||
DecorationFocus=230, 69, 83
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=230, 69, 83
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=230, 69, 83
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=230, 69, 83
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=230, 69, 83
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=230, 69, 83
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=230, 69, 83
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLatteMaroon
|
||||
Name=Catppuccin Latte Maroon
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=136, 57, 239
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=136, 57, 239
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=136, 57, 239
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=136, 57, 239
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=136, 57, 239
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=136, 57, 239
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=136, 57, 239
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=136, 57, 239
|
||||
BackgroundNormal=136, 57, 239
|
||||
DecorationFocus=136, 57, 239
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=255, 255, 255
|
||||
ForegroundActive=255, 255, 255
|
||||
ForegroundLink=255, 255, 255
|
||||
ForegroundNegative=255, 255, 255
|
||||
ForegroundNeutral=255, 255, 255
|
||||
ForegroundNormal=255, 255, 255
|
||||
ForegroundPositive=255, 255, 255
|
||||
ForegroundVisited=255, 255, 255
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=136, 57, 239
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=136, 57, 239
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=136, 57, 239
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=136, 57, 239
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=136, 57, 239
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=136, 57, 239
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLatteMauve
|
||||
Name=Catppuccin Latte Mauve
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=254, 100, 11
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=254, 100, 11
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=254, 100, 11
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=254, 100, 11
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=254, 100, 11
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=254, 100, 11
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=254, 100, 11
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=254, 100, 11
|
||||
BackgroundNormal=254, 100, 11
|
||||
DecorationFocus=254, 100, 11
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=254, 100, 11
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=254, 100, 11
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=254, 100, 11
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=254, 100, 11
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=254, 100, 11
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=254, 100, 11
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLattePeach
|
||||
Name=Catppuccin Latte Peach
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=234, 118, 203
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=234, 118, 203
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=234, 118, 203
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=234, 118, 203
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=234, 118, 203
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=234, 118, 203
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=234, 118, 203
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=234, 118, 203
|
||||
BackgroundNormal=234, 118, 203
|
||||
DecorationFocus=234, 118, 203
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=234, 118, 203
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=234, 118, 203
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=234, 118, 203
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=234, 118, 203
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=234, 118, 203
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=234, 118, 203
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLattePink
|
||||
Name=Catppuccin Latte Pink
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=210, 15, 57
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=210, 15, 57
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=210, 15, 57
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=210, 15, 57
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=210, 15, 57
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=210, 15, 57
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=210, 15, 57
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=210, 15, 57
|
||||
BackgroundNormal=210, 15, 57
|
||||
DecorationFocus=210, 15, 57
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=255, 255, 255
|
||||
ForegroundActive=255, 255, 255
|
||||
ForegroundLink=255, 255, 255
|
||||
ForegroundNegative=255, 255, 255
|
||||
ForegroundNeutral=255, 255, 255
|
||||
ForegroundNormal=255, 255, 255
|
||||
ForegroundPositive=255, 255, 255
|
||||
ForegroundVisited=255, 255, 255
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=210, 15, 57
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=210, 15, 57
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=210, 15, 57
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=210, 15, 57
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=210, 15, 57
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=210, 15, 57
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLatteRed
|
||||
Name=Catppuccin Latte Red
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=220, 138, 120
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=220, 138, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=220, 138, 120
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=220, 138, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=220, 138, 120
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=220, 138, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=220, 138, 120
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=220, 138, 120
|
||||
BackgroundNormal=220, 138, 120
|
||||
DecorationFocus=220, 138, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=220, 138, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=220, 138, 120
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=220, 138, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=220, 138, 120
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=220, 138, 120
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=220, 138, 120
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLatteRosewater
|
||||
Name=Catppuccin Latte Rosewater
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=32, 159, 181
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=32, 159, 181
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=32, 159, 181
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=32, 159, 181
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=32, 159, 181
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=32, 159, 181
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=32, 159, 181
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=32, 159, 181
|
||||
BackgroundNormal=32, 159, 181
|
||||
DecorationFocus=32, 159, 181
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=32, 159, 181
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=32, 159, 181
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=32, 159, 181
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=32, 159, 181
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=32, 159, 181
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=32, 159, 181
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLatteSapphire
|
||||
Name=Catppuccin Latte Sapphire
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=4, 165, 229
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=4, 165, 229
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=4, 165, 229
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=4, 165, 229
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=4, 165, 229
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=4, 165, 229
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=4, 165, 229
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=4, 165, 229
|
||||
BackgroundNormal=4, 165, 229
|
||||
DecorationFocus=4, 165, 229
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=4, 165, 229
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=4, 165, 229
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=4, 165, 229
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=4, 165, 229
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=4, 165, 229
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=4, 165, 229
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLatteSky
|
||||
Name=Catppuccin Latte Sky
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=23, 146, 153
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=23, 146, 153
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=23, 146, 153
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=23, 146, 153
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=23, 146, 153
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=23, 146, 153
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=23, 146, 153
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=23, 146, 153
|
||||
BackgroundNormal=23, 146, 153
|
||||
DecorationFocus=23, 146, 153
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=23, 146, 153
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=23, 146, 153
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=23, 146, 153
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=23, 146, 153
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=23, 146, 153
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=23, 146, 153
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLatteTeal
|
||||
Name=Catppuccin Latte Teal
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=239, 241, 245
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=223, 142, 29
|
||||
BackgroundNormal=204, 208, 218
|
||||
DecorationFocus=223, 142, 29
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=223, 142, 29
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=223, 142, 29
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=223, 142, 29
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=223, 142, 29
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=223, 142, 29
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=223, 142, 29
|
||||
BackgroundNormal=223, 142, 29
|
||||
DecorationFocus=223, 142, 29
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=223, 142, 29
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=223, 142, 29
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=230, 233, 239
|
||||
BackgroundNormal=239, 241, 245
|
||||
DecorationFocus=223, 142, 29
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=223, 142, 29
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=220, 224, 232
|
||||
BackgroundNormal=230, 233, 239
|
||||
DecorationFocus=223, 142, 29
|
||||
DecorationHover=188, 192, 204
|
||||
ForegroundActive=254, 100, 11
|
||||
ForegroundInactive=108, 111, 133
|
||||
ForegroundLink=223, 142, 29
|
||||
ForegroundNegative=210, 15, 57
|
||||
ForegroundNeutral=223, 142, 29
|
||||
ForegroundNormal=76, 79, 105
|
||||
ForegroundPositive=64, 160, 43
|
||||
ForegroundVisited=136, 57, 239
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinLatteYellow
|
||||
Name=Catppuccin Latte Yellow
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=239, 241, 245
|
||||
activeBlend=76, 79, 105
|
||||
activeForeground=76, 79, 105
|
||||
inactiveBackground=220, 224, 232
|
||||
inactiveBlend=108, 111, 133
|
||||
inactiveForeground=108, 111, 133
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=138, 173, 244
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=138, 173, 244
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=138, 173, 244
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=138, 173, 244
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=138, 173, 244
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=138, 173, 244
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=138, 173, 244
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=138, 173, 244
|
||||
BackgroundNormal=138, 173, 244
|
||||
DecorationFocus=138, 173, 244
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=138, 173, 244
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=138, 173, 244
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=138, 173, 244
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=138, 173, 244
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=138, 173, 244
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=138, 173, 244
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoBlue
|
||||
Name=Catppuccin Macchiato Blue
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=240, 198, 198
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=240, 198, 198
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=240, 198, 198
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=240, 198, 198
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=240, 198, 198
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=240, 198, 198
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=240, 198, 198
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=240, 198, 198
|
||||
BackgroundNormal=240, 198, 198
|
||||
DecorationFocus=240, 198, 198
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=240, 198, 198
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=240, 198, 198
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=240, 198, 198
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=240, 198, 198
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=240, 198, 198
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=240, 198, 198
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoFlamingo
|
||||
Name=Catppuccin Macchiato Flamingo
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=166, 218, 149
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=166, 218, 149
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=166, 218, 149
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=166, 218, 149
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=166, 218, 149
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=166, 218, 149
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=166, 218, 149
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=166, 218, 149
|
||||
BackgroundNormal=166, 218, 149
|
||||
DecorationFocus=166, 218, 149
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=166, 218, 149
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=166, 218, 149
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=166, 218, 149
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=166, 218, 149
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=166, 218, 149
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=166, 218, 149
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoGreen
|
||||
Name=Catppuccin Macchiato Green
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=183, 189, 248
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=183, 189, 248
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=183, 189, 248
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=183, 189, 248
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=183, 189, 248
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=183, 189, 248
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=183, 189, 248
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=183, 189, 248
|
||||
BackgroundNormal=183, 189, 248
|
||||
DecorationFocus=183, 189, 248
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=183, 189, 248
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=183, 189, 248
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=183, 189, 248
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=183, 189, 248
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=183, 189, 248
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=183, 189, 248
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoLavender
|
||||
Name=Catppuccin Macchiato Lavender
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=238, 153, 160
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=238, 153, 160
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=238, 153, 160
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=238, 153, 160
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=238, 153, 160
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=238, 153, 160
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=238, 153, 160
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=238, 153, 160
|
||||
BackgroundNormal=238, 153, 160
|
||||
DecorationFocus=238, 153, 160
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=238, 153, 160
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=238, 153, 160
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=238, 153, 160
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=238, 153, 160
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=238, 153, 160
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=238, 153, 160
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoMaroon
|
||||
Name=Catppuccin Macchiato Maroon
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=198, 160, 246
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=198, 160, 246
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=198, 160, 246
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=198, 160, 246
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=198, 160, 246
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=198, 160, 246
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=198, 160, 246
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=198, 160, 246
|
||||
BackgroundNormal=198, 160, 246
|
||||
DecorationFocus=198, 160, 246
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=198, 160, 246
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=198, 160, 246
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=198, 160, 246
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=198, 160, 246
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=198, 160, 246
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=198, 160, 246
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoMauve
|
||||
Name=Catppuccin Macchiato Mauve
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=245, 169, 127
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=245, 169, 127
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=245, 169, 127
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=245, 169, 127
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=245, 169, 127
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=245, 169, 127
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=245, 169, 127
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=245, 169, 127
|
||||
BackgroundNormal=245, 169, 127
|
||||
DecorationFocus=245, 169, 127
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=245, 169, 127
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=245, 169, 127
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=245, 169, 127
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=245, 169, 127
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=245, 169, 127
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=245, 169, 127
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoPeach
|
||||
Name=Catppuccin Macchiato Peach
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=245, 189, 230
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=245, 189, 230
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=245, 189, 230
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=245, 189, 230
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=245, 189, 230
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=245, 189, 230
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=245, 189, 230
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=245, 189, 230
|
||||
BackgroundNormal=245, 189, 230
|
||||
DecorationFocus=245, 189, 230
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=245, 189, 230
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=245, 189, 230
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=245, 189, 230
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=245, 189, 230
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=245, 189, 230
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=245, 189, 230
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoPink
|
||||
Name=Catppuccin Macchiato Pink
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=237, 135, 150
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=237, 135, 150
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=237, 135, 150
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=237, 135, 150
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=237, 135, 150
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=237, 135, 150
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=237, 135, 150
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=237, 135, 150
|
||||
BackgroundNormal=237, 135, 150
|
||||
DecorationFocus=237, 135, 150
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=237, 135, 150
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=237, 135, 150
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=237, 135, 150
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=237, 135, 150
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=237, 135, 150
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=237, 135, 150
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoRed
|
||||
Name=Catppuccin Macchiato Red
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=244, 219, 214
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=244, 219, 214
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=244, 219, 214
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=244, 219, 214
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=244, 219, 214
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=244, 219, 214
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=244, 219, 214
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=244, 219, 214
|
||||
BackgroundNormal=244, 219, 214
|
||||
DecorationFocus=244, 219, 214
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=244, 219, 214
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=244, 219, 214
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=244, 219, 214
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=244, 219, 214
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=244, 219, 214
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=244, 219, 214
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoRosewater
|
||||
Name=Catppuccin Macchiato Rosewater
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=125, 196, 228
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=125, 196, 228
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=125, 196, 228
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=125, 196, 228
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=125, 196, 228
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=125, 196, 228
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=125, 196, 228
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=125, 196, 228
|
||||
BackgroundNormal=125, 196, 228
|
||||
DecorationFocus=125, 196, 228
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=125, 196, 228
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=125, 196, 228
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=125, 196, 228
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=125, 196, 228
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=125, 196, 228
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=125, 196, 228
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoSapphire
|
||||
Name=Catppuccin Macchiato Sapphire
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=145, 215, 227
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=145, 215, 227
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=145, 215, 227
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=145, 215, 227
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=145, 215, 227
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=145, 215, 227
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=145, 215, 227
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=145, 215, 227
|
||||
BackgroundNormal=145, 215, 227
|
||||
DecorationFocus=145, 215, 227
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=145, 215, 227
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=145, 215, 227
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=145, 215, 227
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=145, 215, 227
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=145, 215, 227
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=145, 215, 227
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoSky
|
||||
Name=Catppuccin Macchiato Sky
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=139, 213, 202
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=139, 213, 202
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=139, 213, 202
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=139, 213, 202
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=139, 213, 202
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=139, 213, 202
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=139, 213, 202
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=139, 213, 202
|
||||
BackgroundNormal=139, 213, 202
|
||||
DecorationFocus=139, 213, 202
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=139, 213, 202
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=139, 213, 202
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=139, 213, 202
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=139, 213, 202
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=139, 213, 202
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=139, 213, 202
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoTeal
|
||||
Name=Catppuccin Macchiato Teal
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=36, 39, 58
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=238, 212, 159
|
||||
BackgroundNormal=54, 58, 79
|
||||
DecorationFocus=238, 212, 159
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=238, 212, 159
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=238, 212, 159
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=238, 212, 159
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=238, 212, 159
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=238, 212, 159
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=238, 212, 159
|
||||
BackgroundNormal=238, 212, 159
|
||||
DecorationFocus=238, 212, 159
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=238, 212, 159
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=238, 212, 159
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=30, 32, 48
|
||||
BackgroundNormal=36, 39, 58
|
||||
DecorationFocus=238, 212, 159
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=238, 212, 159
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24, 25, 38
|
||||
BackgroundNormal=30, 32, 48
|
||||
DecorationFocus=238, 212, 159
|
||||
DecorationHover=73, 77, 100
|
||||
ForegroundActive=245, 169, 127
|
||||
ForegroundInactive=165, 173, 203
|
||||
ForegroundLink=238, 212, 159
|
||||
ForegroundNegative=237, 135, 150
|
||||
ForegroundNeutral=238, 212, 159
|
||||
ForegroundNormal=202, 211, 245
|
||||
ForegroundPositive=166, 218, 149
|
||||
ForegroundVisited=198, 160, 246
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMacchiatoYellow
|
||||
Name=Catppuccin Macchiato Yellow
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=36, 39, 58
|
||||
activeBlend=202, 211, 245
|
||||
activeForeground=202, 211, 245
|
||||
inactiveBackground=24, 25, 38
|
||||
inactiveBlend=165, 173, 203
|
||||
inactiveForeground=165, 173, 203
|
||||
@@ -0,0 +1,118 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=49,50,68
|
||||
ColorAmount=0
|
||||
ColorEffect=0
|
||||
ContrastAmount=0.45
|
||||
ContrastEffect=1
|
||||
IntensityAmount=0.1
|
||||
IntensityEffect=2
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=true
|
||||
Color=108,112,134
|
||||
ColorAmount=0.025
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=2
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=69,71,90
|
||||
BackgroundNormal=69,71,90
|
||||
DecorationFocus=203,166,247
|
||||
DecorationHover=203,166,247
|
||||
ForegroundActive=116,199,236
|
||||
ForegroundInactive=186,194,222
|
||||
ForegroundLink=137,180,250
|
||||
ForegroundNegative=243,139,168
|
||||
ForegroundNeutral=249,226,175
|
||||
ForegroundNormal=205,214,244
|
||||
ForegroundPositive=166,227,161
|
||||
ForegroundVisited=137,180,250
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=24,24,37
|
||||
BackgroundNormal=30,30,46
|
||||
DecorationFocus=203,166,247
|
||||
DecorationHover=203,166,247
|
||||
ForegroundActive=203,166,247
|
||||
ForegroundInactive=186,194,222
|
||||
ForegroundLink=203,166,247
|
||||
ForegroundNegative=243,139,168
|
||||
ForegroundNeutral=249,226,175
|
||||
ForegroundNormal=205,214,244
|
||||
ForegroundPositive=166,227,161
|
||||
ForegroundVisited=147,153,178
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=69,71,90
|
||||
BackgroundNormal=203,166,247
|
||||
DecorationFocus=203,166,247
|
||||
DecorationHover=203,166,247
|
||||
ForegroundActive=116,199,236
|
||||
ForegroundInactive=186,194,222
|
||||
ForegroundLink=137,180,250
|
||||
ForegroundNegative=243,139,168
|
||||
ForegroundNeutral=249,226,175
|
||||
ForegroundNormal=255,255,255
|
||||
ForegroundPositive=166,227,161
|
||||
ForegroundVisited=137,180,250
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=69,71,90
|
||||
BackgroundNormal=16,16,25
|
||||
DecorationFocus=203,166,247
|
||||
DecorationHover=203,166,247
|
||||
ForegroundActive=116,199,236
|
||||
ForegroundInactive=186,194,222
|
||||
ForegroundLink=137,180,250
|
||||
ForegroundNegative=243,139,168
|
||||
ForegroundNeutral=249,226,175
|
||||
ForegroundNormal=205,214,244
|
||||
ForegroundPositive=166,227,161
|
||||
ForegroundVisited=137,180,250
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=39,39,59
|
||||
BackgroundNormal=34,34,51
|
||||
DecorationFocus=203,166,247
|
||||
DecorationHover=203,166,247
|
||||
ForegroundActive=116,199,236
|
||||
ForegroundInactive=186,194,222
|
||||
ForegroundLink=137,180,250
|
||||
ForegroundNegative=243,139,168
|
||||
ForegroundNeutral=249,226,175
|
||||
ForegroundNormal=205,214,244
|
||||
ForegroundPositive=166,227,161
|
||||
ForegroundVisited=137,180,250
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=24,24,37
|
||||
BackgroundNormal=30,30,46
|
||||
DecorationFocus=203,166,247
|
||||
DecorationHover=203,166,247
|
||||
ForegroundActive=116,199,236
|
||||
ForegroundInactive=186,194,222
|
||||
ForegroundLink=137,180,250
|
||||
ForegroundNegative=243,139,168
|
||||
ForegroundNeutral=249,226,175
|
||||
ForegroundNormal=205,214,244
|
||||
ForegroundPositive=166,227,161
|
||||
ForegroundVisited=137,180,250
|
||||
|
||||
[General]
|
||||
Name=Catppuccin.Mocha
|
||||
shadeSortColumn=true
|
||||
|
||||
[KDE]
|
||||
contrast=7
|
||||
|
||||
[WM]
|
||||
activeBackground=30,30,46
|
||||
activeBlend=30,30,46
|
||||
activeForeground=205,214,244
|
||||
inactiveBackground=30,30,46
|
||||
inactiveBlend=30,30,46
|
||||
inactiveForeground=186,194,222
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=137, 180, 250
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=137, 180, 250
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=137, 180, 250
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=137, 180, 250
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=137, 180, 250
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=137, 180, 250
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=137, 180, 250
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=137, 180, 250
|
||||
BackgroundNormal=137, 180, 250
|
||||
DecorationFocus=137, 180, 250
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=137, 180, 250
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=137, 180, 250
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=137, 180, 250
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=137, 180, 250
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=137, 180, 250
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=137, 180, 250
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaBlue
|
||||
Name=Catppuccin Mocha Blue
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=242, 205, 205
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=242, 205, 205
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=242, 205, 205
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=242, 205, 205
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=242, 205, 205
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=242, 205, 205
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=242, 205, 205
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=242, 205, 205
|
||||
BackgroundNormal=242, 205, 205
|
||||
DecorationFocus=242, 205, 205
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=242, 205, 205
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=242, 205, 205
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=242, 205, 205
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=242, 205, 205
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=242, 205, 205
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=242, 205, 205
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaFlamingo
|
||||
Name=Catppuccin Mocha Flamingo
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=166, 227, 161
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=166, 227, 161
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=166, 227, 161
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=166, 227, 161
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=166, 227, 161
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=166, 227, 161
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=166, 227, 161
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=166, 227, 161
|
||||
BackgroundNormal=166, 227, 161
|
||||
DecorationFocus=166, 227, 161
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=166, 227, 161
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=166, 227, 161
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=166, 227, 161
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=166, 227, 161
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=166, 227, 161
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=166, 227, 161
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaGreen
|
||||
Name=Catppuccin Mocha Green
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=180, 190, 254
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=180, 190, 254
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=180, 190, 254
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=180, 190, 254
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=180, 190, 254
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=180, 190, 254
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=180, 190, 254
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=180, 190, 254
|
||||
BackgroundNormal=180, 190, 254
|
||||
DecorationFocus=180, 190, 254
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=180, 190, 254
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=180, 190, 254
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=180, 190, 254
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=180, 190, 254
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=180, 190, 254
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=180, 190, 254
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaLavender
|
||||
Name=Catppuccin Mocha Lavender
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=235, 160, 172
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=235, 160, 172
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=235, 160, 172
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=235, 160, 172
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=235, 160, 172
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=235, 160, 172
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=235, 160, 172
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=235, 160, 172
|
||||
BackgroundNormal=235, 160, 172
|
||||
DecorationFocus=235, 160, 172
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=235, 160, 172
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=235, 160, 172
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=235, 160, 172
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=235, 160, 172
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=235, 160, 172
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=235, 160, 172
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaMaroon
|
||||
Name=Catppuccin Mocha Maroon
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=203, 166, 247
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=203, 166, 247
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=203, 166, 247
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=203, 166, 247
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=203, 166, 247
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=203, 166, 247
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=203, 166, 247
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=203, 166, 247
|
||||
BackgroundNormal=203, 166, 247
|
||||
DecorationFocus=203, 166, 247
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=203, 166, 247
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=203, 166, 247
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=203, 166, 247
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=203, 166, 247
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=203, 166, 247
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=203, 166, 247
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaMauve
|
||||
Name=Catppuccin Mocha Mauve
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=250, 179, 135
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=250, 179, 135
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=250, 179, 135
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=250, 179, 135
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=250, 179, 135
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=250, 179, 135
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=250, 179, 135
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=250, 179, 135
|
||||
BackgroundNormal=250, 179, 135
|
||||
DecorationFocus=250, 179, 135
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=250, 179, 135
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=250, 179, 135
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=250, 179, 135
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=250, 179, 135
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=250, 179, 135
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=250, 179, 135
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaPeach
|
||||
Name=Catppuccin Mocha Peach
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=245, 194, 231
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=245, 194, 231
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=245, 194, 231
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=245, 194, 231
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=245, 194, 231
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=245, 194, 231
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=245, 194, 231
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=245, 194, 231
|
||||
BackgroundNormal=245, 194, 231
|
||||
DecorationFocus=245, 194, 231
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=245, 194, 231
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=245, 194, 231
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=245, 194, 231
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=245, 194, 231
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=245, 194, 231
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=245, 194, 231
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaPink
|
||||
Name=Catppuccin Mocha Pink
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=243, 139, 168
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=243, 139, 168
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=243, 139, 168
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=243, 139, 168
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=243, 139, 168
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=243, 139, 168
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=243, 139, 168
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=243, 139, 168
|
||||
BackgroundNormal=243, 139, 168
|
||||
DecorationFocus=243, 139, 168
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=243, 139, 168
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=243, 139, 168
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=243, 139, 168
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=243, 139, 168
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=243, 139, 168
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=243, 139, 168
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaRed
|
||||
Name=Catppuccin Mocha Red
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=245, 224, 220
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=245, 224, 220
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=245, 224, 220
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=245, 224, 220
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=245, 224, 220
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=245, 224, 220
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=245, 224, 220
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=245, 224, 220
|
||||
BackgroundNormal=245, 224, 220
|
||||
DecorationFocus=245, 224, 220
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=245, 224, 220
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=245, 224, 220
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=245, 224, 220
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=245, 224, 220
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=245, 224, 220
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=245, 224, 220
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaRosewater
|
||||
Name=Catppuccin Mocha Rosewater
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=116, 199, 236
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=116, 199, 236
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=116, 199, 236
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=116, 199, 236
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=116, 199, 236
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=116, 199, 236
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=116, 199, 236
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=116, 199, 236
|
||||
BackgroundNormal=116, 199, 236
|
||||
DecorationFocus=116, 199, 236
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=116, 199, 236
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=116, 199, 236
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=116, 199, 236
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=116, 199, 236
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=116, 199, 236
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=116, 199, 236
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaSapphire
|
||||
Name=Catppuccin Mocha Sapphire
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=137, 220, 235
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=137, 220, 235
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=137, 220, 235
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=137, 220, 235
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=137, 220, 235
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=137, 220, 235
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=137, 220, 235
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=137, 220, 235
|
||||
BackgroundNormal=137, 220, 235
|
||||
DecorationFocus=137, 220, 235
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=137, 220, 235
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=137, 220, 235
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=137, 220, 235
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=137, 220, 235
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=137, 220, 235
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=137, 220, 235
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaSky
|
||||
Name=Catppuccin Mocha Sky
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=148, 226, 213
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=148, 226, 213
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=148, 226, 213
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=148, 226, 213
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=148, 226, 213
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=148, 226, 213
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=148, 226, 213
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=148, 226, 213
|
||||
BackgroundNormal=148, 226, 213
|
||||
DecorationFocus=148, 226, 213
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=148, 226, 213
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=148, 226, 213
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=148, 226, 213
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=148, 226, 213
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=148, 226, 213
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=148, 226, 213
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaTeal
|
||||
Name=Catppuccin Mocha Teal
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
@@ -0,0 +1,143 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.30000000000000004
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=0
|
||||
IntensityAmount=-1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=30, 30, 46
|
||||
ColorAmount=0.5
|
||||
ColorEffect=3
|
||||
ContrastAmount=0
|
||||
ContrastEffect=0
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=249, 226, 175
|
||||
BackgroundNormal=49, 50, 68
|
||||
DecorationFocus=249, 226, 175
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=249, 226, 175
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=249, 226, 175
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=249, 226, 175
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=249, 226, 175
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=249, 226, 175
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=249, 226, 175
|
||||
BackgroundNormal=249, 226, 175
|
||||
DecorationFocus=249, 226, 175
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundInactive=17, 17, 27
|
||||
ForegroundActive=17, 17, 27
|
||||
ForegroundLink=17, 17, 27
|
||||
ForegroundNegative=17, 17, 27
|
||||
ForegroundNeutral=17, 17, 27
|
||||
ForegroundNormal=17, 17, 27
|
||||
ForegroundPositive=17, 17, 27
|
||||
ForegroundVisited=17, 17, 27
|
||||
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=249, 226, 175
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=249, 226, 175
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=24, 24, 37
|
||||
BackgroundNormal=30, 30, 46
|
||||
DecorationFocus=249, 226, 175
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=249, 226, 175
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=17, 17, 27
|
||||
BackgroundNormal=24, 24, 37
|
||||
DecorationFocus=249, 226, 175
|
||||
DecorationHover=69, 71, 90
|
||||
ForegroundActive=250, 179, 135
|
||||
ForegroundInactive=166, 173, 200
|
||||
ForegroundLink=249, 226, 175
|
||||
ForegroundNegative=243, 139, 168
|
||||
ForegroundNeutral=249, 226, 175
|
||||
ForegroundNormal=205, 214, 244
|
||||
ForegroundPositive=166, 227, 161
|
||||
ForegroundVisited=203, 166, 247
|
||||
|
||||
|
||||
[General]
|
||||
ColorScheme=CatppuccinMochaYellow
|
||||
Name=Catppuccin Mocha Yellow
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
|
||||
[KDE]
|
||||
contrast=4
|
||||
|
||||
|
||||
[WM]
|
||||
activeBackground=30, 30, 46
|
||||
activeBlend=205, 214, 244
|
||||
activeForeground=205, 214, 244
|
||||
inactiveBackground=17, 17, 27
|
||||
inactiveBlend=166, 173, 200
|
||||
inactiveForeground=166, 173, 200
|
||||
Reference in New Issue
Block a user