From f8eadb52150036dae87df0d70ae9a3d4a8cdc905 Mon Sep 17 00:00:00 2001 From: sev Date: Tue, 25 Jul 2023 00:49:34 -0500 Subject: [PATCH] Revert "replace modeline with editorconfig; small fixes" restore termux colors.properties This reverts commit 6a32e673b638e38c53dee04eb35a5942b0e24c1c. --- termux/colors.properties | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 termux/colors.properties diff --git a/termux/colors.properties b/termux/colors.properties new file mode 100644 index 0000000..2b596e5 --- /dev/null +++ b/termux/colors.properties @@ -0,0 +1,27 @@ +background = #010812 +foreground = #798699 +cursor = #6408a4 +# black/grey +color0 = #191c21 +color8 = #3b434e +# red +color1 = #d51d0a +color9 = #f4321e +# green +color2 = #5dd50a +color10 = #75f41e +# yellow +color3 = #d5820a +color11 = #f49d1e +# blue +color4 = #0a5dd5 +color12 = #1e75f4 +# magenta +color5 = #820ad5 +color13 = #9d1ef4 +# cyan +color6 = #0ac2d5 +color14 = #1ee0f4 +# light grey/white +color7 = #bcc2cc +color15 = #e8ebee -- 2.47.0