mirror of https://github.com/einverne/dotfiles.git
Ein Verne
5 years ago
5 changed files with 46 additions and 6 deletions
@ -0,0 +1,12 @@ |
|||||||
|
# Termux |
||||||
|
This is termux configuration. |
||||||
|
|
||||||
|
- install necessary dependencies |
||||||
|
- use zsh as default shell, setup zsh environment |
||||||
|
- custom termux.properties |
||||||
|
|
||||||
|
## reference |
||||||
|
|
||||||
|
- <https://github.com/adi1090x/termux-omz> |
||||||
|
- <https://github.com/4679/oh-my-termux> |
||||||
|
|
@ -0,0 +1,21 @@ |
|||||||
|
# https://github.com/altercation/solarized/blob/master/xresources/solarized |
||||||
|
background=#002b36 |
||||||
|
foreground=#839496 |
||||||
|
cursor=#93a1a1 |
||||||
|
|
||||||
|
color0=#073642 |
||||||
|
color1=#dc322f |
||||||
|
color2=#859900 |
||||||
|
color3=#b58900 |
||||||
|
color4=#268bd2 |
||||||
|
color5=#d33682 |
||||||
|
color6=#2aa198 |
||||||
|
color7=#eee8d5 |
||||||
|
color9=#cb4b16 |
||||||
|
color8=#002b36 |
||||||
|
color10=#586e75 |
||||||
|
color11=#657b83 |
||||||
|
color12=#839496 |
||||||
|
color13=#6c71c4 |
||||||
|
color14=#93a1a1 |
||||||
|
color15=#fdf6e3 |
Binary file not shown.
Loading…
Reference in new issue