Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
solarized scheme and install
Browse files Browse the repository at this point in the history
  • Loading branch information
zealot128 committed Apr 3, 2012
0 parents commit 61f3302
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## Solarized for Yakuake

This are some Solarized colorschemes for the KDE yakuake terminal application. Should work with Konsole as well.


```sh
# install
sh install.sh
```


## FYI: Colormappings


I mapped the solarized colors like that:


```
"canonical color" mapping intense
1: black #6c71c4 #5f5faf
2: red #dc322f #d70000
3: green #859900 #5f8700
4: brown #cb4b16 #d75f00
5: blue #268bd2 #0087ff
6: magenta #d33682 #af005f
7: cyan #2aa198 #00afaf
8: light gray? #b58900 #af8700
light:
FG: base00 #657b83
BG: base3 #fdf6e3
FG (intense): base01 #586e75
BG (intense): base2 #eee8d5
dark:
...
```
84 changes: 84 additions & 0 deletions SolarizedDark.colorscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
[Background]
Color=0,43,54
Transparency=true

[BackgroundIntense]
Color=7,54,66
Transparency=true

[Color0]
Color=108,113,196
Transparency=false

[Color0Intense]
Color=95,95,175
Transparency=false

[Color1]
Color=220,50,47
Transparency=false

[Color1Intense]
Color=215,0,0
Transparency=false

[Color2]
Color=133,153,0
Transparency=false

[Color2Intense]
Color=95,135,0
Transparency=false

[Color3]
Color=203,75,22
Transparency=false

[Color3Intense]
Color=215,95,0
Transparency=false

[Color4]
Color=38,139,210
Transparency=false

[Color4Intense]
Color=0,135,255
Transparency=false

[Color5]
Color=211,54,130
Transparency=false

[Color5Intense]
Color=175,0,95
Transparency=false

[Color6]
Color=42,161,152
Transparency=false

[Color6Intense]
Color=0,175,175
Transparency=false

[Color7]
Color=181,137,0
Transparency=false

[Color7Intense]
Color=175,135,0
Transparency=false

[Foreground]
Color=131,148,150
Transparency=false

[ForegroundIntense]
Bold=true
Color=147,161,161
Transparency=false

[General]
Description=SolarizedDark
Opacity=1
84 changes: 84 additions & 0 deletions SolarizedLight.colorscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
[Background]
Color=253,246,227
Transparency=true

[BackgroundIntense]
Color=238,232,213
Transparency=true

[Color0]
Color=108,113,196
Transparency=false

[Color0Intense]
Color=95,95,175
Transparency=false

[Color1]
Color=220,50,47
Transparency=false

[Color1Intense]
Color=215,0,0
Transparency=false

[Color2]
Color=133,153,0
Transparency=false

[Color2Intense]
Color=95,135,0
Transparency=false

[Color3]
Color=203,75,22
Transparency=false

[Color3Intense]
Color=215,95,0
Transparency=false

[Color4]
Color=38,139,210
Transparency=false

[Color4Intense]
Color=0,135,255
Transparency=false

[Color5]
Color=211,54,130
Transparency=false

[Color5Intense]
Color=175,0,95
Transparency=false

[Color6]
Color=42,161,152
Transparency=false

[Color6Intense]
Color=0,175,175
Transparency=false

[Color7]
Color=181,137,0
Transparency=false

[Color7Intense]
Color=175,135,0
Transparency=false

[Foreground]
Color=101,123,131
Transparency=false

[ForegroundIntense]
Bold=true
Color=88,110,117
Transparency=false

[General]
Description=SolarizedLight
Opacity=1
9 changes: 9 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

target="~/.kde/share/apps/konsole"
mkdir -p $target

echo "copying colorschemes to $target..."
cp SolarizedDark.colorscheme SolarizedLight.colorscheme $target

echo "now, you can set solarized schemes in yakuake profile"
echo "Have fun"

0 comments on commit 61f3302

Please sign in to comment.