gnometerm-new background color and white theme
Opened this issue · 0 comments
ascheepe commented
Feature description
Gnome terminal has a different background then the current theme provides and there's also a light variant of it. The following patch for the properties files shows the changes;
diff --git a/app/src/main/assets/colors/gnometerm-new-light.properties b/app/src/main/assets/colors/gnometerm-new-light.properties
new file mode 100644
index 0000000..47aa421
--- /dev/null
+++ b/app/src/main/assets/colors/gnometerm-new-light.properties
@@ -0,0 +1,22 @@
+# Gnome terminal 42 coloscheme
+# https://github.com/termux/termux-styling/issues/164
+
+background: #ffffff
+foreground: #171421
+
+color0: #171421
+color1: #c01c28
+color2: #26a269
+color3: #a2734c
+color4: #12488b
+color5: #a347ba
+color6: #2aa1b3
+color7: #d0cfcc
+color8: #5e5c64
+color9: #f66151
+color10: #33d17a
+color11: #e9ad0c
+color12: #2a7bde
+color13: #c061cb
+color14: #33c7de
+color15: #ffffff
diff --git a/app/src/main/assets/colors/gnometerm-new.properties b/app/src/main/assets/colors/gnometerm-new.properties
index 350d0b3..baf09f1 100644
--- a/app/src/main/assets/colors/gnometerm-new.properties
+++ b/app/src/main/assets/colors/gnometerm-new.properties
@@ -1,6 +1,9 @@
# Gnome terminal 42 coloscheme
# https://github.com/termux/termux-styling/issues/164
+background: #171421
+foreground: #d0cfcc
+
color0: #171421
color1: #c01c28
color2: #26a269