update_from_breeze.sh: automatically makes color schemes from breze schemes changing primary color
This commit is contained in:
parent
324b001802
commit
7caab19d4b
3
Makefile
3
Makefile
@ -38,6 +38,9 @@ install-dirs:
|
|||||||
|
|
||||||
install: install-dirs
|
install: install-dirs
|
||||||
$(INSTALL_DATA) OpenmambaGreen.colors $(DESTDIR)$(colorschemesdir)/OpenmambaGreen.colors
|
$(INSTALL_DATA) OpenmambaGreen.colors $(DESTDIR)$(colorschemesdir)/OpenmambaGreen.colors
|
||||||
|
$(INSTALL_DATA) openmambaClassic.colors $(DESTDIR)$(colorschemesdir)/openmambaClassic.colors
|
||||||
|
$(INSTALL_DATA) openmambaDark.colors $(DESTDIR)$(colorschemesdir)/openmambaDark.colors
|
||||||
|
$(INSTALL_DATA) openmambaLight.colors $(DESTDIR)$(colorschemesdir)/openmambaLight.colors
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(dist_archive)
|
rm -f $(dist_archive)
|
||||||
|
121
openmambaClassic.colors
Normal file
121
openmambaClassic.colors
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
[ColorEffects:Disabled]
|
||||||
|
Color=56,56,56
|
||||||
|
ColorAmount=0
|
||||||
|
ColorEffect=0
|
||||||
|
ContrastAmount=0.65
|
||||||
|
ContrastEffect=1
|
||||||
|
IntensityAmount=0.1
|
||||||
|
IntensityEffect=2
|
||||||
|
|
||||||
|
[ColorEffects:Inactive]
|
||||||
|
ChangeSelectionColor=true
|
||||||
|
Color=112,111,110
|
||||||
|
ColorAmount=0.025
|
||||||
|
ColorEffect=2
|
||||||
|
ContrastAmount=0.1
|
||||||
|
ContrastEffect=2
|
||||||
|
Enable=false
|
||||||
|
IntensityAmount=0
|
||||||
|
IntensityEffect=0
|
||||||
|
|
||||||
|
[Colors:Button]
|
||||||
|
BackgroundAlternate=189,195,199
|
||||||
|
BackgroundNormal=239,240,241
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=147,206,233
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=127,140,141
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=198,92,0
|
||||||
|
ForegroundNormal=35,38,39
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=127,140,141
|
||||||
|
|
||||||
|
[Colors:Selection]
|
||||||
|
BackgroundAlternate=29,153,243
|
||||||
|
BackgroundNormal=82,174,50
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=147,206,233
|
||||||
|
ForegroundActive=252,252,252
|
||||||
|
ForegroundInactive=239,240,241
|
||||||
|
ForegroundLink=253,188,75
|
||||||
|
ForegroundNegative=176,55,69
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=252,252,252
|
||||||
|
ForegroundPositive=23,104,57
|
||||||
|
ForegroundVisited=189,195,199
|
||||||
|
|
||||||
|
[Colors:Tooltip]
|
||||||
|
BackgroundAlternate=77,77,77
|
||||||
|
BackgroundNormal=35,38,39
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=147,206,233
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=189,195,199
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=252,252,252
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=127,140,141
|
||||||
|
|
||||||
|
[Colors:View]
|
||||||
|
BackgroundAlternate=239,240,241
|
||||||
|
BackgroundNormal=252,252,252
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=147,206,233
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=127,140,141
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,39
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=127,140,141
|
||||||
|
|
||||||
|
[Colors:Window]
|
||||||
|
BackgroundAlternate=189,195,199
|
||||||
|
BackgroundNormal=239,240,241
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=147,206,233
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=127,140,141
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,39
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=127,140,141
|
||||||
|
|
||||||
|
[Colors:Complementary]
|
||||||
|
BackgroundAlternate=59,64,69
|
||||||
|
BackgroundNormal=49,54,59
|
||||||
|
DecorationFocus=30,146,255
|
||||||
|
DecorationHover=61,174,230
|
||||||
|
ForegroundActive=147,206,233
|
||||||
|
ForegroundInactive=175,176,179
|
||||||
|
ForegroundLink=61,174,230
|
||||||
|
ForegroundNegative=231,76,60
|
||||||
|
ForegroundNeutral=253,188,75
|
||||||
|
ForegroundNormal=239,240,241
|
||||||
|
ForegroundPositive=46,204,113
|
||||||
|
ForegroundVisited=61,174,230
|
||||||
|
|
||||||
|
[General]
|
||||||
|
ColorScheme=openmambaClassic
|
||||||
|
Name=openmamba Classic
|
||||||
|
accentActiveTitlebar=true
|
||||||
|
accentInactiveTitlebar=false
|
||||||
|
shadeSortColumn=true
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
contrast=4
|
||||||
|
|
||||||
|
[WM]
|
||||||
|
activeBackground=71,80,87
|
||||||
|
activeBlend=252,252,252
|
||||||
|
activeForeground=252,252,252
|
||||||
|
inactiveBackground=239,240,241
|
||||||
|
inactiveBlend=75,71,67
|
||||||
|
inactiveForeground=189,195,199
|
147
openmambaDark.colors
Normal file
147
openmambaDark.colors
Normal file
@ -0,0 +1,147 @@
|
|||||||
|
[ColorEffects:Disabled]
|
||||||
|
Color=56,56,56
|
||||||
|
ColorAmount=0
|
||||||
|
ColorEffect=0
|
||||||
|
ContrastAmount=0.65
|
||||||
|
ContrastEffect=1
|
||||||
|
IntensityAmount=0.1
|
||||||
|
IntensityEffect=2
|
||||||
|
|
||||||
|
[ColorEffects:Inactive]
|
||||||
|
ChangeSelectionColor=true
|
||||||
|
Color=112,111,110
|
||||||
|
ColorAmount=0.025
|
||||||
|
ColorEffect=2
|
||||||
|
ContrastAmount=0.1
|
||||||
|
ContrastEffect=2
|
||||||
|
Enable=false
|
||||||
|
IntensityAmount=0
|
||||||
|
IntensityEffect=0
|
||||||
|
|
||||||
|
[Colors:Button]
|
||||||
|
BackgroundAlternate=30,87,116
|
||||||
|
BackgroundNormal=49,54,59
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=161,169,177
|
||||||
|
ForegroundLink=29,153,243
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=252,252,252
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Complementary]
|
||||||
|
BackgroundAlternate=30,87,116
|
||||||
|
BackgroundNormal=42,46,50
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=161,169,177
|
||||||
|
ForegroundLink=29,153,243
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=252,252,252
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Header]
|
||||||
|
BackgroundAlternate=42,46,50
|
||||||
|
BackgroundNormal=49,54,59
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=161,169,177
|
||||||
|
ForegroundLink=29,153,243
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=252,252,252
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Header][Inactive]
|
||||||
|
BackgroundAlternate=49,54,59
|
||||||
|
BackgroundNormal=42,46,50
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=161,169,177
|
||||||
|
ForegroundLink=29,153,243
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=252,252,252
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Selection]
|
||||||
|
BackgroundAlternate=30,87,116
|
||||||
|
BackgroundNormal=82,174,50
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=252,252,252
|
||||||
|
ForegroundInactive=161,169,177
|
||||||
|
ForegroundLink=253,188,75
|
||||||
|
ForegroundNegative=176,55,69
|
||||||
|
ForegroundNeutral=198,92,0
|
||||||
|
ForegroundNormal=252,252,252
|
||||||
|
ForegroundPositive=23,104,57
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Tooltip]
|
||||||
|
BackgroundAlternate=42,46,50
|
||||||
|
BackgroundNormal=49,54,59
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=161,169,177
|
||||||
|
ForegroundLink=29,153,243
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=252,252,252
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:View]
|
||||||
|
BackgroundAlternate=35,38,41
|
||||||
|
BackgroundNormal=27,30,32
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=161,169,177
|
||||||
|
ForegroundLink=29,153,243
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=252,252,252
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Window]
|
||||||
|
BackgroundAlternate=49,54,59
|
||||||
|
BackgroundNormal=42,46,50
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=161,169,177
|
||||||
|
ForegroundLink=29,153,243
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=252,252,252
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[General]
|
||||||
|
ColorScheme=openmambaDark
|
||||||
|
Name=openmamba Dark
|
||||||
|
shadeSortColumn=true
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
contrast=4
|
||||||
|
|
||||||
|
[WM]
|
||||||
|
activeBackground=49,54,59
|
||||||
|
activeBlend=252,252,252
|
||||||
|
activeForeground=252,252,252
|
||||||
|
inactiveBackground=42,46,50
|
||||||
|
inactiveBlend=161,169,177
|
||||||
|
inactiveForeground=161,169,177
|
147
openmambaLight.colors
Normal file
147
openmambaLight.colors
Normal file
@ -0,0 +1,147 @@
|
|||||||
|
[ColorEffects:Disabled]
|
||||||
|
Color=56,56,56
|
||||||
|
ColorAmount=0
|
||||||
|
ColorEffect=0
|
||||||
|
ContrastAmount=0.65
|
||||||
|
ContrastEffect=1
|
||||||
|
IntensityAmount=0.1
|
||||||
|
IntensityEffect=2
|
||||||
|
|
||||||
|
[ColorEffects:Inactive]
|
||||||
|
ChangeSelectionColor=true
|
||||||
|
Color=112,111,110
|
||||||
|
ColorAmount=0.025
|
||||||
|
ColorEffect=2
|
||||||
|
ContrastAmount=0.1
|
||||||
|
ContrastEffect=2
|
||||||
|
Enable=false
|
||||||
|
IntensityAmount=0
|
||||||
|
IntensityEffect=0
|
||||||
|
|
||||||
|
[Colors:Button]
|
||||||
|
BackgroundAlternate=163,212,250
|
||||||
|
BackgroundNormal=252,252,252
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,41
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Complementary]
|
||||||
|
BackgroundAlternate=27,30,32
|
||||||
|
BackgroundNormal=42,46,50
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=161,169,177
|
||||||
|
ForegroundLink=29,153,243
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=252,252,252
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Header]
|
||||||
|
BackgroundAlternate=239,240,241
|
||||||
|
BackgroundNormal=222,224,226
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,41
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Header][Inactive]
|
||||||
|
BackgroundAlternate=227,229,231
|
||||||
|
BackgroundNormal=239,240,241
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,41
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Selection]
|
||||||
|
BackgroundAlternate=163,212,250
|
||||||
|
BackgroundNormal=82,174,50
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=255,255,255
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=253,188,75
|
||||||
|
ForegroundNegative=176,55,69
|
||||||
|
ForegroundNeutral=198,92,0
|
||||||
|
ForegroundNormal=255,255,255
|
||||||
|
ForegroundPositive=23,104,57
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Tooltip]
|
||||||
|
BackgroundAlternate=239,240,241
|
||||||
|
BackgroundNormal=247,247,247
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,41
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:View]
|
||||||
|
BackgroundAlternate=247,247,247
|
||||||
|
BackgroundNormal=255,255,255
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,41
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Window]
|
||||||
|
BackgroundAlternate=227,229,231
|
||||||
|
BackgroundNormal=239,240,241
|
||||||
|
DecorationFocus=82,174,50
|
||||||
|
DecorationHover=82,174,50
|
||||||
|
ForegroundActive=82,174,50
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,41
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[General]
|
||||||
|
ColorScheme=openmambaLight
|
||||||
|
Name=openmamba Light
|
||||||
|
shadeSortColumn=true
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
contrast=4
|
||||||
|
|
||||||
|
[WM]
|
||||||
|
activeBackground=227,229,231
|
||||||
|
activeBlend=227,229,231
|
||||||
|
activeForeground=35,38,41
|
||||||
|
inactiveBackground=239,240,241
|
||||||
|
inactiveBlend=239,240,241
|
||||||
|
inactiveForeground=112,125,138
|
7
update_from_breeze.sh
Executable file
7
update_from_breeze.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cp /usr/share/color-schemes/BreezeClassic.colors openmambaClassic.colors
|
||||||
|
cp /usr/share/color-schemes/BreezeLight.colors openmambaLight.colors
|
||||||
|
cp /usr/share/color-schemes/BreezeDark.colors openmambaDark.colors
|
||||||
|
sed -i "s|61,174,233|82,174,50|" openmamba{Classic,Light,Dark}.colors
|
||||||
|
sed -i "s|Breeze|openmamba|g" openmamba{Classic,Light,Dark}.colors
|
||||||
|
sed -i "/^Name\[/d" openmamba{Classic,Light,Dark}.colors
|
Loading…
Reference in New Issue
Block a user