diff options
Diffstat (limited to 'config/plasma')
| -rw-r--r-- | config/plasma/aura-theme-soft.colors | 133 | ||||
| -rw-r--r-- | config/plasma/default.nix | 3 |
2 files changed, 136 insertions, 0 deletions
diff --git a/config/plasma/aura-theme-soft.colors b/config/plasma/aura-theme-soft.colors new file mode 100644 index 0000000..3e36f51 --- /dev/null +++ b/config/plasma/aura-theme-soft.colors @@ -0,0 +1,133 @@ +[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=21,20,27 +BackgroundNormal=21,20,27 +DecorationFocus=132,100,198 +DecorationHover=132,100,198 +ForegroundActive=189,189,189 +ForegroundInactive=189,189,189 +ForegroundLink=132,100,198 +ForegroundNegative=197,88,88 +ForegroundNeutral=199,160,111 +ForegroundNormal=189,189,189 +ForegroundPositive=84,197,159 +ForegroundVisited=132,100,198 + +[Colors:Complementary] +BackgroundAlternate=21,20,27 +BackgroundNormal=21,20,27 +DecorationFocus=132,100,198 +DecorationHover=132,100,198 +ForegroundActive=189,189,189 +ForegroundInactive=189,189,189 +ForegroundLink=132,100,198 +ForegroundNegative=197,88,88 +ForegroundNeutral=199,160,111 +ForegroundNormal=189,189,189 +ForegroundPositive=84,197,159 +ForegroundVisited=132,100,198 + +[Colors:Header] +BackgroundAlternate=21,20,27 +BackgroundNormal=21,20,27 +DecorationFocus=132,100,198 +DecorationHover=132,100,198 +ForegroundActive=189,189,189 +ForegroundInactive=189,189,189 +ForegroundLink=132,100,198 +ForegroundNegative=197,88,88 +ForegroundNeutral=199,160,111 +ForegroundNormal=189,189,189 +ForegroundPositive=84,197,159 +ForegroundVisited=132,100,198 + +[Colors:Selection] +BackgroundAlternate=61,55,94 +BackgroundNormal=61,55,94 +DecorationFocus=132,100,198 +DecorationHover=132,100,198 +ForegroundActive=189,189,189 +ForegroundInactive=189,189,189 +ForegroundLink=132,100,198 +ForegroundNegative=197,88,88 +ForegroundNeutral=199,160,111 +ForegroundNormal=189,189,189 +ForegroundPositive=84,197,159 +ForegroundVisited=132,100,198 + +[Colors:Tooltip] +BackgroundAlternate=21,20,27 +BackgroundNormal=21,20,27 +DecorationFocus=132,100,198 +DecorationHover=132,100,198 +ForegroundActive=189,189,189 +ForegroundInactive=189,189,189 +ForegroundLink=132,100,198 +ForegroundNegative=197,88,88 +ForegroundNeutral=199,160,111 +ForegroundNormal=189,189,189 +ForegroundPositive=84,197,159 +ForegroundVisited=132,100,198 + +[Colors:View] +BackgroundAlternate=21,20,27 +BackgroundNormal=21,20,27 +DecorationFocus=132,100,198 +DecorationHover=132,100,198 +ForegroundActive=189,189,189 +ForegroundInactive=189,189,189 +ForegroundLink=132,100,198 +ForegroundNegative=197,88,88 +ForegroundNeutral=199,160,111 +ForegroundNormal=189,189,189 +ForegroundPositive=84,197,159 +ForegroundVisited=132,100,198 + +[Colors:Window] +BackgroundAlternate=21,20,27 +BackgroundNormal=21,20,27 +DecorationFocus=132,100,198 +DecorationHover=132,100,198 +ForegroundActive=189,189,189 +ForegroundInactive=189,189,189 +ForegroundLink=132,100,198 +ForegroundNegative=197,88,88 +ForegroundNeutral=199,160,111 +ForegroundNormal=189,189,189 +ForegroundPositive=84,197,159 +ForegroundVisited=132,100,198 + +[General] +ColorScheme=Aura Theme Soft +Name=Aura Theme Soft +shadeSortColumn=true + +[KDE] +contrast=4 + +[WM] +activeBackground=21,20,27 +activeBlend=21,20,27 +activeForeground=189,189,189 +inactiveBackground=21,20,27 +inactiveBlend=21,20,27 +inactiveForeground=109,109,109 diff --git a/config/plasma/default.nix b/config/plasma/default.nix index 5135f14..2b7f486 100644 --- a/config/plasma/default.nix +++ b/config/plasma/default.nix @@ -1,6 +1,8 @@ { home, pkgs, ... }: { + home.file.".local/share/color-schemes/aura-theme-soft.colors".source = ./aura-theme-soft.colors; + home.packages = [ pkgs.bibata-cursors pkgs.papirus-icon-theme @@ -20,6 +22,7 @@ workspace = { lookAndFeel = "org.kde.breezedark.desktop"; + colorScheme = "aura-theme-soft"; cursor = { theme = "Bibata-Modern-Classic"; size = 18; |
