Priyesh Patel https://github.com/priyeshpatel/connectbot-colors-solarized
Solarized is a sixteen color palette (eight monotones, eight accent colors) designed for use with terminal and gui applications. It has several unique properties. Read more at http://ethanschoonover.com/solarized.
- Clone this repository:
git clone https://github.com/priyeshpatel/connectbot-colors-solarized
- Download the Android SDK from http://developer.android.com/sdk/index.html
- Enable Root access through ADB from Settings > Developer Tools
- Connect the device to the computer
- Run
connectbot-colors-solarized/install.sh
and follow the instructions - Restart ConnectBot by force stopping the app.
(Instructions provided by @adamgreig)
- Download (or copy and paste) the SQL file provided in this repository: https://raw.github.com/priyeshpatel/connectbot-colors-solarized/master/connectbot-solarized.sql.
- Open a terminal emulator.
- Gain superuser privileges using
su
. - Navigate to the downloaded
.sql
file. - Run
sqlite3 /data/data/org.connectbot/databases/hosts < path/to/downloaded.sql
. - Restart ConnectBot by force stopping the app.
ConnectBot has a color chooser found under Colors in the menu. You will need to set the following colors on this page:
FG: 13
BG: 1
CONNECTBOT # SOLARIZED HEX HSB
------------ --------- ------- -----------
1 base03 #002b36 193 100 21
9 base02 #073642 192 90 26
11 base01 #586e75 194 25 46
12 base00 #657b83 195 23 51
13 base0 #839496 186 13 59
15 base1 #93a1a1 180 9 63
8 base2 #eee8d5 44 11 93
16 base3 #fdf6e3 44 10 99
4 yellow #b58900 45 100 71
10 orange #cb4b16 18 89 80
2 red #dc322f 1 79 86
6 magenta #d33682 331 74 83
14 violet #6c71c4 237 45 77
5 blue #268bd2 205 82 82
7 cyan #2aa198 175 74 63
3 green #859900 68 100 60
(Instructions provided by @hexa}
To install Solarized colors on Irssi ConnectBot, replace org.connectbot
with
org.woltage.irssiconnectbot
in the install file.
To revert to the default color scheme, open ConnectBot and from the Colors page select Reset in the menu.
I recommend you install the latest ConnectBot from http://code.google.com/p/connectbot/downloads/list over any version from the marketplace as these are much newer. There is no need to uninstall the old version as it will be replaced and all settings will be retained. A separate tablet version is also available.