From 838e55cc1c8dc2a45472a053034e6603cef670bd Mon Sep 17 00:00:00 2001 From: Edward Date: Sun, 29 Mar 2015 22:56:28 +0100 Subject: [PATCH 1/2] Switch Color5 (now magenta) and Color5Intense (now pink) to match FIXME/TODO color in vim solarized theme --- Rakefile | 4 ++-- Solarized Dark.colorscheme | 4 ++-- Solarized Light.colorscheme | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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] From 1f571c80c38b3d802d32f5ac078b582eceaa6403 Mon Sep 17 00:00:00 2001 From: Edward O Date: Sun, 10 May 2015 23:07:02 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.