]> git.sev.monster Git - dotfiles.git/commitdiff
Revert "replace modeline with editorconfig; small fixes"
authorsev <git@sev.monster>
Tue, 25 Jul 2023 05:49:34 +0000 (00:49 -0500)
committersev <git@sev.monster>
Fri, 5 Apr 2024 21:27:40 +0000 (16:27 -0500)
restore termux colors.properties

This reverts commit 6a32e673b638e38c53dee04eb35a5942b0e24c1c.

termux/colors.properties [new file with mode: 0644]

diff --git a/termux/colors.properties b/termux/colors.properties
new file mode 100644 (file)
index 0000000..2b596e5
--- /dev/null
@@ -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
This page took 0.047946 seconds and 4 git commands to generate.