mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-11 23:59:14 +02:00
meta: Add kdeglobals package
This lets us use the Arc Dark theme in Qt / KDE applications without having to worry about setting it through Plasma's system settings interface. Note that it's probably possible to change the color values to get any look you want; one could even automate this process through pywal, and symlink ~/.config/kdeglobals to ~/.cache/wal/kdeglobals.
This commit is contained in:
110
kdeglobals/.config/kdeglobals
Normal file
110
kdeglobals/.config/kdeglobals
Normal file
@ -0,0 +1,110 @@
|
|||||||
|
[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=64,69,82
|
||||||
|
BackgroundNormal=65,72,87
|
||||||
|
DecorationFocus=82,148,226
|
||||||
|
DecorationHover=82,148,226
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=102,106,115
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=211,218,227
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=82,148,226
|
||||||
|
|
||||||
|
[Colors:Selection]
|
||||||
|
BackgroundAlternate=29,153,243
|
||||||
|
BackgroundNormal=82,148,226
|
||||||
|
DecorationFocus=82,148,226
|
||||||
|
DecorationHover=82,148,226
|
||||||
|
ForegroundActive=252,252,252
|
||||||
|
ForegroundInactive=211,218,227
|
||||||
|
ForegroundLink=253,188,75
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=211,218,227
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=189,195,199
|
||||||
|
|
||||||
|
[Colors:Tooltip]
|
||||||
|
BackgroundAlternate=47,52,63
|
||||||
|
BackgroundNormal=53,57,69
|
||||||
|
DecorationFocus=82,148,226
|
||||||
|
DecorationHover=82,148,226
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=102,106,115
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=211,218,227
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=82,148,226
|
||||||
|
|
||||||
|
[Colors:View]
|
||||||
|
BackgroundAlternate=64,69,82
|
||||||
|
BackgroundNormal=64,69,82
|
||||||
|
DecorationFocus=82,148,226
|
||||||
|
DecorationHover=82,148,226
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=102,106,115
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=211,218,227
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=82,148,226
|
||||||
|
|
||||||
|
[Colors:Window]
|
||||||
|
BackgroundAlternate=47,52,63
|
||||||
|
BackgroundNormal=47,52,63
|
||||||
|
DecorationFocus=82,148,226
|
||||||
|
DecorationHover=82,148,226
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=102,106,115
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=211,218,227
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=82,148,226
|
||||||
|
|
||||||
|
[General]
|
||||||
|
ColorScheme=Arc Dark
|
||||||
|
Name=Arc Dark
|
||||||
|
shadeSortColumn=true
|
||||||
|
|
||||||
|
[Icons]
|
||||||
|
Theme=Papirus-Dark
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
LookAndFeelPackage=com.github.varlesh.arc-dark
|
||||||
|
contrast=4
|
||||||
|
widgetStyle=kvantum
|
||||||
|
|
||||||
|
[WM]
|
||||||
|
activeBackground=47,52,63
|
||||||
|
activeBlend=47,52,63
|
||||||
|
activeForeground=211,218,227
|
||||||
|
inactiveBackground=47,52,63
|
||||||
|
inactiveBlend=47,52,63
|
||||||
|
inactiveForeground=102,106,115
|
19
kdeglobals/README.md
Normal file
19
kdeglobals/README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# kdeglobals
|
||||||
|
|
||||||
|
[kdeglobals][kdeglobals] consists of global settings for KDE applications.
|
||||||
|
|
||||||
|
This directory contains the bare-minimum settings you need in kdeglobals in order to use a KDE theme in a non-Plasma environment, without having to configure it through Plasma's system settings.
|
||||||
|
|
||||||
|
> **Note**: From here on out, "kdeglobals" shall refer to the kdeglobals file in this directory, not what it can do as a whole.
|
||||||
|
|
||||||
|
## Use Cases
|
||||||
|
|
||||||
|
kdeglobals can be used to:
|
||||||
|
|
||||||
|
- Use KDE themes in non-Plasma environments, assuming `XDG_CURRENT_DESKTOP` is set to `KDE`
|
||||||
|
|
||||||
|
You should not use kdeglobals if:
|
||||||
|
|
||||||
|
- You are not trying to use KDE themes in non-Plasma environments
|
||||||
|
|
||||||
|
[kdeglobals]: https://userbase.kde.org/KDE_System_Administration/Kiosk/Introduction
|
Reference in New Issue
Block a user