From 06b51a1a06a6d8e45eb5327c18d76f2b19973b23 Mon Sep 17 00:00:00 2001 From: To grivel Date: Mon, 28 Feb 2022 22:53:43 +0100 Subject: [PATCH] add termux cyber theme --- terminal/README.md | 6 ++++ terminal/termux/cyberpunk-neon.properties | 44 +++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 terminal/termux/cyberpunk-neon.properties diff --git a/terminal/README.md b/terminal/README.md index cacd5e5..0fcd39f 100644 --- a/terminal/README.md +++ b/terminal/README.md @@ -38,6 +38,12 @@ add in ~/.config/kitty/kitty.conf `include ./theme.conf` +### Termux + +copy cyberpunk-neon.properties into ~/.termux/colors.properties + +`cp termux/cyberpunk-neon.properties ~/.termux/colors.properties` + ### Terminator Add the cyberpunk profile from `terminator/config` to your `~/.config/terminator/config`, append the file ! diff --git a/terminal/termux/cyberpunk-neon.properties b/terminal/termux/cyberpunk-neon.properties new file mode 100644 index 0000000..ec57b65 --- /dev/null +++ b/terminal/termux/cyberpunk-neon.properties @@ -0,0 +1,44 @@ +# authors : theo +# theme : https://github.com/Roboron3042/Cyberpunk-Neon +# emulator : termux + +background=#000b1e +foreground=#0abdc6 +cursor=#0abdc6 + +# Black, Gray, Silver, White + +color0=#123e7c +color8=#1c61c2 +color7=#d7d7d5 +color15=#d7d7d5 + +# Red + +color1=#ff0000 +color9=#ff0000 + +# Green + +color2=#d300c4 +color10=#d300c4 + +# Yellow + +color3=#f57800 +color11=#ff5780 + +# Blue + +color4=#123e7c +color12=#00ff00 + +# Purple + +color5=#711c91 +color13=#711c91 + +# Teal + +color6=#0abdc6 +color14=#0abdc6