forked from oconnor663/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsolarized-linux-console.sh
More file actions
25 lines (23 loc) · 869 Bytes
/
solarized-linux-console.sh
File metadata and controls
25 lines (23 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/bash
echo -ne \\E]P8002b36 # base03 (brblack)
## I don't know how to set the background to bold black, so instead I'm
## assigning base03 to both black and bold black.
# echo -ne \\E]P0073642 # base02 (black)
echo -ne \\E]P0002b36 # base03 (black workaround)
echo -ne \\E]Pa586e75 # base01 (brgreen)
echo -ne \\E]Pb657b83 # base00 (bryellow)
echo -ne \\E]Pc839496 # base0 (brblue)
echo -ne \\E]Pe93a1a1 # base1 (brcyan)
echo -ne \\E]P7eee8d5 # base2 (white)
echo -ne \\E]Pffdf6e3 # base3 (brwhite)
echo -ne \\E]P3b58900 # yellow (yellow)
echo -ne \\E]P9cb4b16 # orange (brred)
echo -ne \\E]P1dc322f # red (red)
echo -ne \\E]P5d33682 # magenta (magenta)
echo -ne \\E]Pd6c71c4 # violet (brmagenta)
echo -ne \\E]P4268bd2 # blue (blue)
echo -ne \\E]P62aa198 # cyan (cyan)
echo -ne \\E]P2859900 # green (green)
setterm -foreground blue
setterm -bold
setterm -store