Skip to content

Commit d77a02a

Browse files
committed
Merge branch 'mr-upstream-118' into develop (sonph#118)
* mr-upstream-118: Fix colors for gnome terminal light theme comments Fix color for comments in shell
2 parents b35e6ef + f539141 commit d77a02a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gnome-terminal/onehalfdark.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if which "$DCONF" > /dev/null 2>&1; then
5959

6060
# update profile values with theme options
6161
dset visible-name "'$PROFILE_NAME'"
62-
dset palette "['#282c34', '#e06c75', '#98c379', '#e5c07b', '#61afef', '#c678dd', '#56b6c2', '#dcdfe4', '#282c34', '#e06c75', '#98c379', '#e5c07b', '#61afef', '#c678dd', '#56b6c2', '#dcdfe4']"
62+
dset palette "['#5c6370', '#e06c75', '#98c379', '#e5c07b', '#61afef', '#c678dd', '#56b6c2', '#dcdfe4', '#282c34', '#e06c75', '#98c379', '#e5c07b', '#61afef', '#c678dd', '#56b6c2', '#dcdfe4']"
6363

6464
dset background-color "'#282c34'"
6565
dset foreground-color "'#dcdfe4'"
@@ -109,7 +109,7 @@ glist_append() {
109109
glist_append string /apps/gnome-terminal/global/profile_list "$PROFILE_SLUG"
110110

111111
gset string visible_name "$PROFILE_NAME"
112-
gset string palette "#282c34:#e06c75:#98c379:#e5c07b:#61afef:#c678dd:#56b6c2:#dcdfe4:#282c34:#e06c75:#98c379:#e5c07b:#61afef:#c678dd:#56b6c2:#dcdfe4"
112+
gset string palette "#5c6370:#e06c75:#98c379:#e5c07b:#61afef:#c678dd:#56b6c2:#dcdfe4:#282c34:#e06c75:#98c379:#e5c07b:#61afef:#c678dd:#56b6c2:#dcdfe4"
113113
gset string background_color "#282c34"
114114
gset string foreground_color "#dcdfe4"
115115
gset string bold_color "#dcdfe4"

gnome-terminal/onehalflight.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if which "$DCONF" > /dev/null 2>&1; then
5959

6060
# update profile values with theme options
6161
dset visible-name "'$PROFILE_NAME'"
62-
dset palette "['#383a42', '#e45649', '#50a14f', '#c18401', '#0184bc', '#a626a4', '#0997b3', '#fafafa', '#4f525e', '#e06c75', '#98c379', '#e5c07b', '#61afef', '#c678dd', '#56b6c2', '#ffffff']"
62+
dset palette "['#a0a1a7', '#e45649', '#50a14f', '#c18401', '#0184bc', '#a626a4', '#0997b3', '#fafafa', '#4f525e', '#e06c75', '#98c379', '#e5c07b', '#61afef', '#c678dd', '#56b6c2', '#ffffff']"
6363

6464
dset background-color "'#fafafa'"
6565
dset foreground-color "'#383a42'"
@@ -109,7 +109,7 @@ glist_append() {
109109
glist_append string /apps/gnome-terminal/global/profile_list "$PROFILE_SLUG"
110110

111111
gset string visible_name "$PROFILE_NAME"
112-
gset string palette "#383a42:#e45649:#50a14f:#c18401:#0184bc:#a626a4:#0997b3:#fafafa:#4f525e:#e06c75:#98c379:#e5c07b:#61afef:#c678dd:#56b6c2:#ffffff"
112+
gset string palette "#a0a1a7:#e45649:#50a14f:#c18401:#0184bc:#a626a4:#0997b3:#fafafa:#4f525e:#e06c75:#98c379:#e5c07b:#61afef:#c678dd:#56b6c2:#ffffff"
113113
gset string background_color "#fafafa"
114114
gset string foreground_color "#383a42"
115115
gset string bold_color "#383a42"

0 commit comments

Comments
 (0)