diff --git a/README.md b/README.md index 4704f5e..ad09680 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ designations present there. Installation ------------ -1. Copy the colorscheme files to ~/.kde4/share/apps/konsole/. On your system this may be ~/.kde/ instead of ~/.kde4/. +1. Copy the colorscheme files to konsole configuration directory (i.e. besides Shell.profile): + - On kde4 this may be ~/.kde4/share/apps/konsole/ (or may be ~/.kde/ instead of ~/.kde4/). + - On kde5, ~/.local/share/konsole/ 2. Open Konsole and select Settings -> Manage Profiles -> Edit Profile -> Appearance, then select either of the Solarized themes. 3. Click OK, then close, and the Solarized settings should have taken effect. diff --git a/Rakefile b/Rakefile index c793a98..05dbb16 100644 --- a/Rakefile +++ b/Rakefile @@ -47,8 +47,8 @@ COMMON = { 'Color3Intense' => SOLARIZED[:base00], 'Color4' => SOLARIZED[:blue], 'Color4Intense' => SOLARIZED[:base0], - 'Color5' => SOLARIZED[:magenta], - 'Color5Intense' => SOLARIZED[:violet], + 'Color5' => SOLARIZED[:violet], + 'Color5Intense' => SOLARIZED[:magenta], 'Color6' => SOLARIZED[:cyan], 'Color6Intense' => SOLARIZED[:base1], 'Color7' => SOLARIZED[:base2], diff --git a/Solarized Dark.colorscheme b/Solarized Dark.colorscheme index f3ffb83..2ef7806 100644 --- a/Solarized Dark.colorscheme +++ b/Solarized Dark.colorscheme @@ -39,11 +39,11 @@ Color=131,148,150 Transparency=false [Color5] -Color=211,54,130 +Color=108,113,196 Transparency=false [Color5Intense] -Color=108,113,196 +Color=211,54,130 Transparency=false [Color6] diff --git a/Solarized Light.colorscheme b/Solarized Light.colorscheme index f13da73..bbd3626 100644 --- a/Solarized Light.colorscheme +++ b/Solarized Light.colorscheme @@ -39,11 +39,11 @@ Color=131,148,150 Transparency=false [Color5] -Color=211,54,130 +Color=108,113,196 Transparency=false [Color5Intense] -Color=108,113,196 +Color=211,54,130 Transparency=false [Color6]