From 57fcfe11471cbf71e945f3b3a46c25a06d79a375 Mon Sep 17 00:00:00 2001 From: William Kelso Date: Thu, 5 Feb 2026 13:17:18 -0500 Subject: [PATCH 1/2] brblack and bg shouldn't be the same --- data/io.elementary.terminal.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/io.elementary.terminal.gschema.xml b/data/io.elementary.terminal.gschema.xml index 89085ab7db..5341528983 100644 --- a/data/io.elementary.terminal.gschema.xml +++ b/data/io.elementary.terminal.gschema.xml @@ -142,7 +142,7 @@ The shape of the cursor of the terminal. - "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#dc322f:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" + "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#073642:#dc322f:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" Palette of the terminal. Defines the colors of various things in the terminal. From 7275fb3aed742a00ab6da4128319970bf5eba14d Mon Sep 17 00:00:00 2001 From: William Kelso Date: Thu, 5 Feb 2026 22:20:29 -0500 Subject: [PATCH 2/2] base1 has better contrast than black --- data/io.elementary.terminal.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/io.elementary.terminal.gschema.xml b/data/io.elementary.terminal.gschema.xml index 5341528983..1e53e50535 100644 --- a/data/io.elementary.terminal.gschema.xml +++ b/data/io.elementary.terminal.gschema.xml @@ -142,7 +142,7 @@ The shape of the cursor of the terminal. - "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#073642:#dc322f:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" + "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#93a1a1:#dc322f:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" Palette of the terminal. Defines the colors of various things in the terminal.