Skip to content

Commit

Permalink
add a colorscheme for the mark2 device
Browse files Browse the repository at this point in the history
  • Loading branch information
notmart committed Jan 24, 2019
1 parent 155d7d2 commit 46a3165
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ install( PROGRAMS net.bs.mycroft.gui.desktop DESTINATION ${KDE_INSTALL_APPDIR}
install( PROGRAMS net.bs.mycroft.gui.device.desktop DESTINATION ${KDE_INSTALL_APPDIR} )
install( PROGRAMS net.bs.mycroft.gui.device2.desktop DESTINATION ${KDE_INSTALL_APPDIR} )
install( PROGRAMS net.bs.mycroft.gui.device3.desktop DESTINATION ${KDE_INSTALL_APPDIR} )

install(FILES MycroftMark2.colors
DESTINATION ${DATA_INSTALL_DIR}/color-schemes/)

# SSP: Disabled, now syncing with mycroft-core instance via sync_skills.sh
#
Expand Down
119 changes: 119 additions & 0 deletions MycroftMark2.colors
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
[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=61,174,233
DecorationHover=147,206,233
ForegroundActive=61,174,233
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=38,41,45
BackgroundNormal=0,0,0
DecorationFocus=30,146,255
DecorationHover=61,174,230
ForegroundActive=147,206,233
ForegroundInactive=226,227,230
ForegroundLink=61,174,230
ForegroundNegative=231,76,60
ForegroundNeutral=253,188,75
ForegroundNormal=255,255,255
ForegroundPositive=46,204,113
ForegroundVisited=61,174,230

[Colors:Selection]
BackgroundAlternate=29,153,243
BackgroundNormal=61,174,233
DecorationFocus=61,174,233
DecorationHover=147,206,233
ForegroundActive=252,252,252
ForegroundInactive=239,240,241
ForegroundLink=253,188,75
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=255,255,255
ForegroundPositive=39,174,96
ForegroundVisited=189,195,199

[Colors:Tooltip]
BackgroundAlternate=77,77,77
BackgroundNormal=0,0,0
DecorationFocus=61,174,233
DecorationHover=147,206,233
ForegroundActive=61,174,233
ForegroundInactive=189,195,199
ForegroundLink=41,128,185
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=255,255,255
ForegroundPositive=39,174,96
ForegroundVisited=127,140,141

[Colors:View]
BackgroundAlternate=239,240,241
BackgroundNormal=255,255,255
DecorationFocus=61,174,233
DecorationHover=147,206,233
ForegroundActive=61,174,233
ForegroundInactive=127,140,141
ForegroundLink=41,128,185
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=0,0,0
ForegroundPositive=39,174,96
ForegroundVisited=127,140,141

[Colors:Window]
BackgroundAlternate=189,195,199
BackgroundNormal=239,240,241
DecorationFocus=61,174,233
DecorationHover=147,206,233
ForegroundActive=61,174,233
ForegroundInactive=127,140,141
ForegroundLink=41,128,185
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=0,0,0
ForegroundPositive=39,174,96
ForegroundVisited=127,140,141

[General]
ColorScheme=Breeze
Name=Mycroft Mark 2
shadeSortColumn=true

[KDE]
contrast=4

[WM]
activeBackground=71,80,87
activeBlend=255,255,255
activeForeground=255,255,255
inactiveBackground=239,240,241
inactiveBlend=75,71,67
inactiveForeground=189,195,199
2 changes: 1 addition & 1 deletion lookandfeel/contents/defaults
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ widgetStyle=breeze
Containment=org.kde.mycroft.mark2

[kdeglobals][General]
ColorScheme=Breeze
ColorScheme=MycroftMark2

[kdeglobals][Icons]
Theme=breeze
Expand Down

0 comments on commit 46a3165

Please sign in to comment.