Skip to content

Commit

Permalink
Fixed schemes/Blazer.itermcolors to include missing properties: bold …
Browse files Browse the repository at this point in the history
…color, selection color, selected text color. Ran 'python3 update_all.py' to generate all themes for updated Blazer scheme. (#353)
  • Loading branch information
jackrobbins1 authored Feb 8, 2022
1 parent 47eb3f8 commit 801bdde
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Xresources/Blazer
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
*.color15: #ffffff
!
! Bold, Italic, Underline
!*.colorBD:
*.colorBD: #ffffff
!*.colorIT:
!*.colorUL:
3 changes: 3 additions & 0 deletions alacritty/Blazer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ colors:
primary:
background: '#0d1926'
foreground: '#d9e6f2'
selection:
background: '#c1ddff'
text: '#000000'
3 changes: 3 additions & 0 deletions dynamic-colors/Blazer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
# Blazer
printf "\033]4;0;#000000;1;#b87a7a;2;#7ab87a;3;#b8b87a;4;#7a7ab8;5;#b87ab8;6;#7ab8b8;7;#d9d9d9;8;#262626;9;#dbbdbd;10;#bddbbd;11;#dbdbbd;12;#bdbddb;13;#dbbddb;14;#bddbdb;15;#ffffff\007"
printf "\033]10;#d9e6f2;#0d1926;#d9e6f2\007"
printf "\033]17;#c1ddff\007"
printf "\033]19;#000000\007"
printf "\033]5;0;#ffffff\007"
1 change: 1 addition & 0 deletions electerm/Blazer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ main=#0d1926
terminal:background=#0d1926
terminal:foreground=#d9e6f2
terminal:cursor=#d9e6f2
terminal:selection=#c1ddff
terminal:cursorAccent=#0d1926
terminal:black=#000000
terminal:red=#b87a7a
Expand Down
2 changes: 1 addition & 1 deletion konsole/Blazer.colorscheme
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Color=13,25,38
Color=217,230,242

[ForegroundIntense]
Color=217,230,242
Color=255,255,255

[Color0]
Color=0,0,0
Expand Down
2 changes: 1 addition & 1 deletion putty/Blazer.reg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Windows Registry Editor Version 5.00
"Colour2"="13,25,38"
"Colour3"="13,25,38"
"Colour0"="217,230,242"
"Colour1"="217,230,242"
"Colour1"="255,255,255"
"Colour5"="217,230,242"
"Colour4"="13,25,38"
"Colour6"="0,0,0"
Expand Down
6 changes: 3 additions & 3 deletions remmina/Blazer.colors
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ background = #0d1926
cursor = #d9e6f2
cursor_foreground = #0d1926
foreground = #d9e6f2
highlight =
highlight_foreground =
highlight = #c1ddff
highlight_foreground = #000000
color0 = #000000
color1 = #b87a7a
color2 = #7ab87a
Expand All @@ -21,6 +21,6 @@ color12 = #bdbddb
color13 = #dbbddb
color14 = #bddbdb
color15 = #ffffff
colorBD =
colorBD = #ffffff
colorIT =
colorUL =
27 changes: 27 additions & 0 deletions schemes/Blazer.itermcolors
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
<key>Red Component</key>
<real>0.8509803921568627</real>
</dict>
<key>Bold Color</key>
<dict>
<key>Blue Component</key>
<real>1</real>
<key>Green Component</key>
<real>1</real>
<key>Red Component</key>
<real>1</real>
</dict>
<key>Cursor Color</key>
<dict>
<key>Blue Component</key>
Expand All @@ -51,6 +60,24 @@
<key>Red Component</key>
<real>0.050980392156862744</real>
</dict>
<key>Selected Text Color</key>
<dict>
<key>Blue Component</key>
<real>0</real>
<key>Green Component</key>
<real>0</real>
<key>Red Component</key>
<real>0</real>
</dict>
<key>Selection Color</key>
<dict>
<key>Blue Component</key>
<real>1</real>
<key>Green Component</key>
<real>0.86666667461395264</real>
<key>Red Component</key>
<real>0.75686275959014893</real>
</dict>
<!-- standard colors -->
<!-- black -->
<key>Ansi 0 Color</key>
Expand Down
2 changes: 1 addition & 1 deletion termite/Blazer
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ color12 = #bdbddb
color13 = #dbbddb
color14 = #bddbdb
color15 = #ffffff
colorBD =
colorBD = #ffffff
colorIT =
colorUL =
1 change: 1 addition & 0 deletions vscode/Blazer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"terminal.ansiBrightRed": "#dbbdbd",
"terminal.ansiBrightWhite": "#ffffff",
"terminal.ansiBrightYellow": "#dbdbbd",
"terminal.selectionBackground": "#c1ddff",
"terminalCursor.foreground": "#d9e6f2"
}
}
2 changes: 2 additions & 0 deletions wezterm/Blazer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ background = "#0d1926"
cursor_bg = "#d9e6f2"
cursor_border = "#d9e6f2"
cursor_fg = "#0d1926"
selection_bg = "#c1ddff"
selection_fg = "#000000"

ansi = ["#000000","#b87a7a","#7ab87a","#b8b87a","#7a7ab8","#b87ab8","#7ab8b8","#d9d9d9"]
brights = ["#262626","#dbbdbd","#bddbbd","#dbdbbd","#bdbddb","#dbbddb","#bddbdb","#ffffff"]
3 changes: 2 additions & 1 deletion windowsterminal/Blazer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"brightWhite": "#ffffff",
"background": "#0d1926",
"foreground": "#d9e6f2",
"cursorColor": "#d9e6f2"
"cursorColor": "#d9e6f2",
"selectionBackground": "#c1ddff"
}
3 changes: 3 additions & 0 deletions xrdb/Blazer.xrdb
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#define Background_Color #0d1926
#define Foreground_Color #d9e6f2
#define Bold_Color #ffffff
#define Cursor_Color #d9e6f2
#define Cursor_Text_Color #0d1926
#define Selected_Text_Color #000000
#define Selection_Color #c1ddff
#define Ansi_0_Color #000000
#define Ansi_8_Color #262626
#define Ansi_1_Color #b87a7a
Expand Down

0 comments on commit 801bdde

Please sign in to comment.