Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnometerm-new background color and white theme #245

Open
ascheepe opened this issue Dec 1, 2024 · 0 comments
Open

gnometerm-new background color and white theme #245

ascheepe opened this issue Dec 1, 2024 · 0 comments

Comments

@ascheepe
Copy link

ascheepe commented Dec 1, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant