fix: use correct color scheme name AntergosNeXT instead of AntergosDark
- Look-and-feel defaults reference AntergosNeXT.colors (the file that actually exists in /usr/share/color-schemes/) - kdeglobals in desktop-settings also fixed to match - Fix plasmarc install path (no trailing slash) so file is named correctly
This commit is contained in:
@@ -133,7 +133,7 @@ ForegroundPositive=73,195,137
|
||||
ForegroundVisited=46,163,242
|
||||
|
||||
[General]
|
||||
ColorScheme=AntergosDark
|
||||
ColorScheme=AntergosNeXT
|
||||
Name=Antergos-dark
|
||||
XftAntialias=true
|
||||
XftHintStyle=hintfull
|
||||
@@ -150,7 +150,7 @@ widgetStyle=Breeze
|
||||
Theme=breeze-dark
|
||||
|
||||
[KDE]
|
||||
ColorScheme=AntergosDark
|
||||
ColorScheme=AntergosNeXT
|
||||
LookAndFeelPackage=antergosdark.desktop
|
||||
ShowIconsInMenuItems=true
|
||||
ShowIconsOnPushButtons=true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[kdeglobals][General]
|
||||
ColorScheme=AntergosDark
|
||||
ColorScheme=AntergosNeXT
|
||||
|
||||
[kdeglobals][Icons]
|
||||
Theme=breeze-dark
|
||||
|
||||
Reference in New Issue
Block a user