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

Fix bright black in OneHalf Dark #133

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion alacritty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ colors:
white: '0xdcdfe4'

bright:
black: '0x282c34'
black: '0x5d677a'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xe5c07b'
Expand Down
2 changes: 1 addition & 1 deletion fluentterminal/OneHalfDark.flutecolors
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"Magenta": "#C678DD",
"Cyan": "#56B6C2",
"White": "#DCDFE4",
"BrightBlack": "#282C34",
"BrightBlack": "#5D677A",
"BrightRed": "#E06C75",
"BrightGreen": "#98C379",
"BrightYellow": "#E5C07B",
Expand Down
4 changes: 2 additions & 2 deletions gnome-terminal/onehalfdark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if which "$DCONF" > /dev/null 2>&1; then

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

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

gset string visible_name "$PROFILE_NAME"
gset string palette "#282c34:#e06c75:#98c379:#e5c07b:#61afef:#c678dd:#56b6c2:#dcdfe4:#282c34:#e06c75:#98c379:#e5c07b:#61afef:#c678dd:#56b6c2:#dcdfe4"
gset string palette "#282c34:#e06c75:#98c379:#e5c07b:#61afef:#c678dd:#56b6c2:#dcdfe4:#5d677a:#e06c75:#98c379:#e5c07b:#61afef:#c678dd:#56b6c2:#dcdfe4"
gset string background_color "#282c34"
gset string foreground_color "#dcdfe4"
gset string bold_color "#dcdfe4"
Expand Down
6 changes: 3 additions & 3 deletions iterm/OneHalfDark.itermcolors
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.203921568627</real>
<real>0.47843137383460999</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.172549019608</real>
<real>0.40392157435417175</real>
<key>Red Component</key>
<real>0.156862745098</real>
<real>0.364705890417099</real>
</dict>
<key>Ansi 9 Color</key>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion konsole/onehalf-dark.colorscheme
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Color=40,44,52
Color=40,44,52

[Color0Intense]
Color=40,44,52
Color=93,103,122

[Color1]
Color=224,108,117
Expand Down
2 changes: 1 addition & 1 deletion wal/colorschemes/dark/one-half-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"color5": "#c678dd",
"color6": "#56b6c2",
"color7": "#dcdfe4",
"color8": "#282c34",
"color8": "#5d677a",
"color9": "#e06c75",
"color10": "#98c379",
"color11": "#e5c07b",
Expand Down
2 changes: 1 addition & 1 deletion windowsterminal/OneHalf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"background" : "#282C34",
"black" : "#282C34",
"blue" : "#61AFEF",
"brightBlack" : "#282C34",
"brightBlack" : "#5D677A",
"brightBlue" : "#61AFEF",
"brightCyan" : "#56B6C2",
"brightGreen" : "#98C379",
Expand Down
2 changes: 1 addition & 1 deletion windowsterminal/OneHalfDark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"background" : "#282C34",
"black" : "#282C34",
"blue" : "#61AFEF",
"brightBlack" : "#282C34",
"brightBlack" : "#5D677A",
"brightBlue" : "#61AFEF",
"brightCyan" : "#56B6C2",
"brightGreen" : "#98C379",
Expand Down
2 changes: 1 addition & 1 deletion xfce4-terminal/OneHalfDark.theme
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ ColorBold=#dcdfe4
ColorBoldUseDefault=FALSE
ColorCursor=#282C34
#TabActivityColor=
ColorPalette=#282c34;#e06c75;#98c379;#e5c07b;#61afef;#c678dd;#56b6c2;#dcdfe4;#282c34;#e06c75;#98c379;#e5c07b;#61afef;#c678dd;#56b6c2;#dcdfe4
ColorPalette=#282c34;#e06c75;#98c379;#e5c07b;#61afef;#c678dd;#56b6c2;#dcdfe4;#5d677a;#e06c75;#98c379;#e5c07b;#61afef;#c678dd;#56b6c2;#dcdfe4