Skip to content

Commit

Permalink
add GitHub Dark theme (mbadolato#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
alDuncanson authored Jun 21, 2021
1 parent 8ad1ffe commit a42fb6b
Show file tree
Hide file tree
Showing 22 changed files with 793 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,10 @@ It would also be very helpful if you `cd tools/` and run `python3 update_all.py`

![Screenshot](screenshots/github.png)

### GitHub Dark

![Screenshot](screenshots/GitHub_Dark.png)

### Glacier

![Screenshot](screenshots/glacier.png)
Expand Down Expand Up @@ -1431,6 +1435,8 @@ The Ayu Mirage theme was adapted from the [VS Code theme](https://github.com/ayu

The Peppermint theme was created by [Noah Frederick](https://noahfrederick.com/log/lion-terminal-theme-peppermint) and adapted for iTerm by [dotzero](https://github.com/dotzero/iTerm-2-Peppermint).

The GitHub Dark theme was created by [Al Duncanson](https://github.com/alDuncanson)

If there are other color schemes you'd like to see included, drop me a line!

## Extra
Expand Down
44 changes: 44 additions & 0 deletions Xresources/GitHub Dark
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #8b949e
*.background: #101216
*.cursorColor: #c9d1d9
!
! Black
*.color0: #000000
*.color8: #4d4d4d
!
! Red
*.color1: #f78166
*.color9: #f78166
!
! Green
*.color2: #56d364
*.color10: #56d364
!
! Yellow
*.color3: #e3b341
*.color11: #e3b341
!
! Blue
*.color4: #6ca4f8
*.color12: #6ca4f8
!
! Magenta
*.color5: #db61a2
*.color13: #db61a2
!
! Cyan
*.color6: #2b7489
*.color14: #2b7489
!
! White
*.color7: #ffffff
*.color15: #ffffff
!
! Bold, Italic, Underline
*.colorBD: #c9d1d9
!*.colorIT:
!*.colorUL:
29 changes: 29 additions & 0 deletions alacritty/GitHub Dark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colors (GitHub Dark)
colors:
bright:
black: '#4d4d4d'
blue: '#6ca4f8'
cyan: '#2b7489'
green: '#56d364'
magenta: '#db61a2'
red: '#f78166'
white: '#ffffff'
yellow: '#e3b341'
cursor:
cursor: '#c9d1d9'
text: '#ffffff'
normal:
black: '#000000'
blue: '#6ca4f8'
cyan: '#2b7489'
green: '#56d364'
magenta: '#db61a2'
red: '#f78166'
white: '#ffffff'
yellow: '#e3b341'
primary:
background: '#101216'
foreground: '#8b949e'
selection:
background: '#3b5070'
text: '#ffffff'
7 changes: 7 additions & 0 deletions dynamic-colors/GitHub Dark.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# GitHub Dark
printf "\033]4;0;#000000;1;#f78166;2;#56d364;3;#e3b341;4;#6ca4f8;5;#db61a2;6;#2b7489;7;#ffffff;8;#4d4d4d;9;#f78166;10;#56d364;11;#e3b341;12;#6ca4f8;13;#db61a2;14;#2b7489;15;#ffffff\007"
printf "\033]10;#8b949e;#101216;#c9d1d9\007"
printf "\033]17;#3b5070\007"
printf "\033]19;#ffffff\007"
printf "\033]5;0;#c9d1d9\007"
35 changes: 35 additions & 0 deletions electerm/GitHub Dark.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

themeName=GitHub Dark
main-dark=#000
main-light=#2E3338
text=#ddd
text-light=#fff
text-dark=#888
text-disabled=#777
primary=#08c
info=#FFD166
success=#06D6A0
error=#EF476F
warn=#E55934
main=#101216
terminal:background=#101216
terminal:foreground=#8b949e
terminal:cursor=#c9d1d9
terminal:selection=#3b5070
terminal:cursorAccent=#101216
terminal:black=#000000
terminal:red=#f78166
terminal:green=#56d364
terminal:yellow=#e3b341
terminal:blue=#6ca4f8
terminal:magenta=#db61a2
terminal:cyan=#2b7489
terminal:white=#ffffff
terminal:brightBlack=#4d4d4d
terminal:brightRed=#f78166
terminal:brightGreen=#56d364
terminal:brightYellow=#e3b341
terminal:brightMagenta=#6ca4f8
terminal:brightPurple=#db61a2
terminal:brightCyan=#2b7489
terminal:brightWhite=#ffffff
17 changes: 17 additions & 0 deletions freebsd_vt/GitHub Dark.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# GitHub Dark
kern.vt.color.0.rgb="#000000"
kern.vt.color.1.rgb="#f78166"
kern.vt.color.2.rgb="#56d364"
kern.vt.color.3.rgb="#e3b341"
kern.vt.color.4.rgb="#6ca4f8"
kern.vt.color.5.rgb="#db61a2"
kern.vt.color.6.rgb="#2b7489"
kern.vt.color.7.rgb="#8b949e"
kern.vt.color.8.rgb="#4d4d4d"
kern.vt.color.9.rgb="#f78166"
kern.vt.color.10.rgb="#56d364"
kern.vt.color.11.rgb="#e3b341"
kern.vt.color.12.rgb="#6ca4f8"
kern.vt.color.13.rgb="#db61a2"
kern.vt.color.14.rgb="#2b7489"
kern.vt.color.15.rgb="#ffffff"
21 changes: 21 additions & 0 deletions kitty/GitHub Dark.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
color0 #000000
color1 #f78166
color2 #56d364
color3 #e3b341
color4 #6ca4f8
color5 #db61a2
color6 #2b7489
color7 #ffffff
color8 #4d4d4d
color9 #f78166
color10 #56d364
color11 #e3b341
color12 #6ca4f8
color13 #db61a2
color14 #2b7489
color15 #ffffff
background #101216
selection_foreground #101216
cursor #c9d1d9
foreground #8b949e
selection_background #8b949e
65 changes: 65 additions & 0 deletions konsole/GitHub Dark.colorscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[General]
Description=GitHub Dark
Opacity=1
Wallpaper=

[Background]
Color=16,18,22

[BackgroundIntense]
Color=16,18,22

[Foreground]
Color=139,148,158

[ForegroundIntense]
Color=201,209,217

[Color0]
Color=0,0,0

[Color1]
Color=247,129,102

[Color2Intense]
Color=86,211,100

[Color3Intense]
Color=227,179,65

[Color4Intense]
Color=108,164,248

[Color5Intense]
Color=219,97,162

[Color6Intense]
Color=43,116,137

[Color7Intense]
Color=255,255,255

[Color2]
Color=86,211,100

[Color3]
Color=227,179,65

[Color4]
Color=108,164,248

[Color5]
Color=219,97,162

[Color6]
Color=43,116,137

[Color7]
Color=255,255,255

[Color0Intense]
Color=77,77,77

[Color1Intense]
Color=247,129,102

20 changes: 20 additions & 0 deletions lxterminal/GitHub Dark.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
;Paste the following configurations in thecorresponding place in lxterminal.conf.
bgcolor=rgba(16,18,22,1)
fgcolor=rgb(139,148,158)
palette_color_0=rgb(0,0,0)
palette_color_1=rgb(247,129,102)
palette_color_10=rgb(86,211,100)
palette_color_11=rgb(227,179,65)
palette_color_12=rgb(108,164,248)
palette_color_13=rgb(219,97,162)
palette_color_14=rgb(43,116,137)
palette_color_15=rgb(255,255,255)
palette_color_2=rgb(86,211,100)
palette_color_3=rgb(227,179,65)
palette_color_4=rgb(108,164,248)
palette_color_5=rgb(219,97,162)
palette_color_6=rgb(43,116,137)
palette_color_7=rgb(255,255,255)
palette_color_8=rgb(77,77,77)
palette_color_9=rgb(247,129,102)
color_preset=GitHub Dark
23 changes: 23 additions & 0 deletions mobaxterm/GitHub Dark.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
;Paste the following configurations in the corresponding place in MobaXterm.ini.
;Theme: GitHub Dark
[Colors]
DefaultColorScheme=0
BackgroundColour=16,18,22
ForegroundColour=139,148,158
CursorColour=201,209,217
Black=0,0,0
Red=247,129,102
BoldGreen=86,211,100
BoldYellow=227,179,65
BoldBlue=108,164,248
BoldMagenta=219,97,162
BoldCyan=43,116,137
BoldWhite=255,255,255
Green=86,211,100
Yellow=227,179,65
Blue=108,164,248
Magenta=219,97,162
Cyan=43,116,137
White=255,255,255
BoldBlack=77,77,77
BoldRed=247,129,102
9 changes: 9 additions & 0 deletions pantheonterminal/GitHub Dark.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
dconf load /org/pantheon/terminal/settings/ <<COLORS
[/]
name='GitHub Dark'
cursor-color='#c9d1d9'
foreground='#8b949e'
background='rgba(16,18,22,.95)'
palette='#000000:#f78166:#56d364:#e3b341:#6ca4f8:#db61a2:#2b7489:#ffffff:#4d4d4d:#f78166:#56d364:#e3b341:#6ca4f8:#db61a2:#2b7489:#ffffff'
COLORS
25 changes: 25 additions & 0 deletions putty/GitHub Dark.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\GitHub%20Dark]
"Colour2"="16,18,22"
"Colour3"="16,18,22"
"Colour0"="139,148,158"
"Colour1"="201,209,217"
"Colour5"="201,209,217"
"Colour4"="255,255,255"
"Colour6"="0,0,0"
"Colour8"="247,129,102"
"Colour11"="86,211,100"
"Colour13"="227,179,65"
"Colour15"="108,164,248"
"Colour17"="219,97,162"
"Colour19"="43,116,137"
"Colour21"="255,255,255"
"Colour10"="86,211,100"
"Colour12"="227,179,65"
"Colour14"="108,164,248"
"Colour16"="219,97,162"
"Colour18"="43,116,137"
"Colour20"="255,255,255"
"Colour7"="77,77,77"
"Colour9"="247,129,102"
26 changes: 26 additions & 0 deletions remmina/GitHub Dark.colors
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[ssh_colors]
background = #101216
cursor = #c9d1d9
cursor_foreground = #ffffff
foreground = #8b949e
highlight = #3b5070
highlight_foreground = #ffffff
color0 = #000000
color1 = #f78166
color2 = #56d364
color3 = #e3b341
color4 = #6ca4f8
color5 = #db61a2
color6 = #2b7489
color7 = #ffffff
color8 = #4d4d4d
color9 = #f78166
color10 = #56d364
color11 = #e3b341
color12 = #6ca4f8
color13 = #db61a2
color14 = #2b7489
color15 = #ffffff
colorBD = #c9d1d9
colorIT =
colorUL =
Loading

0 comments on commit a42fb6b

Please sign in to comment.