From 90044cb358378e84eefcb4bc54b6d0ad5d0ad8b7 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sun, 19 May 2019 11:00:21 -0400 Subject: [PATCH] [kde] Add KDE widgets colorscheme --- Lunarized.colors | 105 +++++++++++++++++++++++++++++++++++++++++++++++ README.org | 5 +++ 2 files changed, 110 insertions(+) create mode 100644 Lunarized.colors diff --git a/Lunarized.colors b/Lunarized.colors new file mode 100644 index 0000000..8c407ec --- /dev/null +++ b/Lunarized.colors @@ -0,0 +1,105 @@ +[ColorEffects:Disabled] +Color=56,56,56 +ColorAmount=0 +ColorEffect=0 +ContrastAmount=0.25 +ContrastEffect=1 +IntensityAmount=0.10000000000000001 +IntensityEffect=0 + +[ColorEffects:Inactive] +ChangeSelectionColor=false +Color=112,111,110 +ColorAmount=0.025000000000000001 +ColorEffect=2 +ContrastAmount=0.10000000000000001 +ContrastEffect=2 +Enable=false +IntensityAmount=0 +IntensityEffect=0 + +[Colors:Button] +BackgroundAlternate=189,195,199 +BackgroundNormal=232,232,232 +DecorationFocus=38,38,38 +DecorationHover=48,48,48 +ForegroundActive=61,174,233 +ForegroundInactive=158,158,158 +ForegroundLink=41,128,185 +ForegroundNegative=220,50,47 +ForegroundNeutral=203,75,22 +ForegroundNormal=119,119,119 +ForegroundPositive=133,153,0 +ForegroundVisited=127,140,141 + +[Colors:Selection] +BackgroundAlternate=48,48,48 +BackgroundNormal=38,38,38 +DecorationFocus=38,38,38 +DecorationHover=48,48,48 +ForegroundActive=252,252,252 +ForegroundInactive=106,106,106 +ForegroundLink=253,188,75 +ForegroundNegative=220,50,47 +ForegroundNeutral=203,75,22 +ForegroundNormal=150,150,150 +ForegroundPositive=133,153,0 +ForegroundVisited=189,195,199 + +[Colors:Tooltip] +BackgroundAlternate=77,77,77 +BackgroundNormal=48,48,48 +DecorationFocus=38,38,38 +DecorationHover=48,48,48 +ForegroundActive=61,174,233 +ForegroundInactive=158,158,158 +ForegroundLink=41,128,185 +ForegroundNegative=220,50,47 +ForegroundNeutral=203,75,22 +ForegroundNormal=145,145,145 +ForegroundPositive=133,153,0 +ForegroundVisited=127,140,141 + +[Colors:View] +BackgroundAlternate=232,232,232 +BackgroundNormal=246,246,246 +DecorationFocus=38,38,38 +DecorationHover=48,48,48 +ForegroundActive=61,174,233 +ForegroundInactive=158,158,158 +ForegroundLink=41,128,185 +ForegroundNegative=220,50,47 +ForegroundNeutral=203,75,22 +ForegroundNormal=119,119,119 +ForegroundPositive=133,153,0 +ForegroundVisited=127,140,141 + +[Colors:Window] +BackgroundAlternate=232,232,232 +BackgroundNormal=232,232,232 +DecorationFocus=38,38,38 +DecorationHover=48,48,48 +ForegroundActive=61,174,233 +ForegroundInactive=158,158,158 +ForegroundLink=41,128,185 +ForegroundNegative=220,50,47 +ForegroundNeutral=203,75,22 +ForegroundNormal=119,119,119 +ForegroundPositive=133,153,0 +ForegroundVisited=127,140,141 + +[General] +ColorScheme=Lunarized-try +Name=Lunarized-try +shadeSortColumn=false + +[KDE] +contrast=2 + +[WM] +activeBackground=220,50,47 +activeBlend=255,255,255 +activeForeground=239,240,241 +inactiveBackground=232,232,232 +inactiveBlend=75,71,67 +inactiveForeground=189,195,199 diff --git a/README.org b/README.org index 3601d9e..cb23129 100644 --- a/README.org +++ b/README.org @@ -33,6 +33,11 @@ purposes mkdir -p ~/.local/share/plasma/desktoptheme ln -s $PWD/breeze-lunarized-dark-thinkpad ~/.local/share/plasma/desktoptheme/ #+END_SRC +* KDE widget colorscheme + The colorscheme is [[Lunarized.colors]]. Install: + #+BEGIN_SRC sh + ln Lunarized.colors ~/.local/share/color-schemes/ + #+END_SRC * [[http://karlstav.github.io/cava/][cava]] Configuration file [[cava.config]]