From daf16879684fa2c56a2c7204dd90dac3154623c5 Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Sun, 1 Oct 2017 18:44:08 -0600 Subject: Add termux configuration --- termux.yaml | 13 +++++++++++++ termux/colors.properties | 32 ++++++++++++++++++++++++++++++++ termux/font.ttf | Bin 0 -> 1160028 bytes 3 files changed, 45 insertions(+) create mode 100644 termux.yaml create mode 100644 termux/colors.properties create mode 100644 termux/font.ttf diff --git a/termux.yaml b/termux.yaml new file mode 100644 index 0000000..3f9f641 --- /dev/null +++ b/termux.yaml @@ -0,0 +1,13 @@ +- defaults: + link: + create: true + relink: true + force: true + relative: true + +- link: + ~/.termux/colors.properties: termux/colors.properties + ~/.termux/font.tyf: termux/font.ttf + +- shell: + - chsh -s zsh diff --git a/termux/colors.properties b/termux/colors.properties new file mode 100644 index 0000000..cad2655 --- /dev/null +++ b/termux/colors.properties @@ -0,0 +1,32 @@ +# https=//github.com/chriskempson/base16-xresources/blob/master/base16-default.dark.256.xresources +# Base16 Default +# Scheme=Chris Kempson (http=//chriskempson.com) + +foreground=#d8d8d8 +background=#000000 +cursor=#d8d8d8 + +color0=#000000 +color1=#ab4642 +color2=#a1b56c +color3=#f7ca88 +color4=#7cafc2 +color5=#ba8baf +color6=#86c1b9 +color7=#d8d8d8 + +color8=#585858 +color9=#ab4642 +color10=#a1b56c +color11=#f7ca88 +color12=#7cafc2 +color13=#ba8baf +color14=#86c1b9 +color15=#f8f8f8 + +color16=#dc9656 +color17=#a16946 +color18=#282828 +color19=#383838 +color20=#b8b8b8 +color21=#e8e8e8 diff --git a/termux/font.ttf b/termux/font.ttf new file mode 100644 index 0000000..2da4842 Binary files /dev/null and b/termux/font.ttf differ -- cgit v1.2.3-70-g09d2