mirror of
https://github.com/altercation/solarized
synced 2024-11-22 03:33:03 +00:00
Added Xshell color config
This commit is contained in:
parent
e4adbe6517
commit
2a2604b40f
3 changed files with 56 additions and 0 deletions
10
xshell-colors-solarized/README.mkd
Normal file
10
xshell-colors-solarized/README.mkd
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Solarized - Xshell settings
|
||||||
|
==========================
|
||||||
|
|
||||||
|
|
||||||
|
Installation (Xshell)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
Import the `.xcs` files to the "Tools"-"Color Schemes",now you can select it in a session.
|
||||||
|
|
||||||
|
|
23
xshell-colors-solarized/solarized_dark.xcs
Normal file
23
xshell-colors-solarized/solarized_dark.xcs
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
[solarized dark]
|
||||||
|
text=839496
|
||||||
|
text(bold)=93a1a1
|
||||||
|
background=002b36
|
||||||
|
black=073642
|
||||||
|
black(bold)=002b36
|
||||||
|
red=dc322f
|
||||||
|
red(bold)=cb4b16
|
||||||
|
green=859900
|
||||||
|
green(bold)=586e75
|
||||||
|
yellow=b58900
|
||||||
|
yellow(bold)=657b83
|
||||||
|
blue=268bd2
|
||||||
|
blue(bold)=839496
|
||||||
|
magenta=d33682
|
||||||
|
magenta(bold)=6c71c4
|
||||||
|
cyan=2aa198
|
||||||
|
cyan(bold)=93a1a1
|
||||||
|
white=eee8d5
|
||||||
|
white(bold)=fdf6e3
|
||||||
|
[Names]
|
||||||
|
count=1
|
||||||
|
name0=solarized dark
|
23
xshell-colors-solarized/solarized_light.xcs
Normal file
23
xshell-colors-solarized/solarized_light.xcs
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
[solarized light]
|
||||||
|
text(bold)=586e75
|
||||||
|
magenta(bold)=6c71c4
|
||||||
|
text=657b83
|
||||||
|
white(bold)=fdf6e3
|
||||||
|
green=859900
|
||||||
|
red(bold)=cb4b16
|
||||||
|
green(bold)=586e75
|
||||||
|
black(bold)=002b36
|
||||||
|
red=dc322f
|
||||||
|
blue=268bd2
|
||||||
|
black=073642
|
||||||
|
blue(bold)=839496
|
||||||
|
yellow(bold)=657b83
|
||||||
|
cyan(bold)=93a1a1
|
||||||
|
yellow=b58900
|
||||||
|
magenta=d33682
|
||||||
|
background=fdf6e3
|
||||||
|
white=eee8d5
|
||||||
|
cyan=2aa198
|
||||||
|
[Names]
|
||||||
|
count=1
|
||||||
|
name0=solarized light
|
Loading…
Reference in a new issue