Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Color5 (now magenta) and Color5Intense (now pink) #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
4 changes: 2 additions & 2 deletions Solarized Dark.colorscheme
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions Solarized Light.colorscheme
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down