Skip to content

Commit

Permalink
Added Gruber Darker (mbadolato#447)
Browse files Browse the repository at this point in the history
* Added Gruber Darker

* Regenerated terminal theme
  • Loading branch information
semicube authored Sep 17, 2024
1 parent b4a9c4d commit 4edcf35
Show file tree
Hide file tree
Showing 35 changed files with 1,967 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ The scheme Github was inspired by the color theme palette used at [Github](https

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

The Gruber Darker theme was inspired by [Alexey Kutepov](https://github.com/rexim)

The Gruvbox Dark theme was created by [morhetz](https://github.com/morhetz) and added by [saccarosium](https://github.com/mcchrish)

The Gruvbox Dark Hard theme was created by [morhetz](https://github.com/morhetz) and added by [saccarosium](https://github.com/saccarosium)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,10 @@ Do you want to convert existing iTerm themes to themes for your favorite termina

![Screenshot](screenshots/Grey-green.png)

### Gruber Darker

![Screenshot](screenshots/gruber-darker.png)

### Gruvbox Dark

![Screenshot](screenshots/gruvbox_dark.png)
Expand Down
44 changes: 44 additions & 0 deletions Xresources/gruber-darker
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #e4e4e4
*.background: #181818
*.cursorColor: #ffdd33
!
! Black
*.color0: #181818
*.color8: #52494e
!
! Red
*.color1: #f43841
*.color9: #ff4f58
!
! Green
*.color2: #73d936
*.color10: #73d936
!
! Yellow
*.color3: #ffdd33
*.color11: #ffdd33
!
! Blue
*.color4: #96a6c8
*.color12: #96a6c8
!
! Magenta
*.color5: #9e95c7
*.color13: #afafd7
!
! Cyan
*.color6: #95a99f
*.color14: #95a99f
!
! White
*.color7: #e4e4e4
*.color15: #f5f5f5
!
! Bold, Italic, Underline
*.colorBD: #f5f5f5
!*.colorIT:
!*.colorUL:
33 changes: 33 additions & 0 deletions alacritty/gruber-darker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Colors (gruber-darker)

[colors.bright]
black = '#52494e'
blue = '#96a6c8'
cyan = '#95a99f'
green = '#73d936'
magenta = '#afafd7'
red = '#ff4f58'
white = '#f5f5f5'
yellow = '#ffdd33'

[colors.cursor]
cursor = '#ffdd33'
text = '#ffffff'

[colors.normal]
black = '#181818'
blue = '#96a6c8'
cyan = '#95a99f'
green = '#73d936'
magenta = '#9e95c7'
red = '#f43841'
white = '#e4e4e4'
yellow = '#ffdd33'

[colors.primary]
background = '#181818'
foreground = '#e4e4e4'

[colors.selection]
background = '#ffffff'
text = '#52494e'
7 changes: 7 additions & 0 deletions dynamic-colors/gruber-darker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# gruber-darker
printf "\033]4;0;#181818;1;#f43841;2;#73d936;3;#ffdd33;4;#96a6c8;5;#9e95c7;6;#95a99f;7;#e4e4e4;8;#52494e;9;#ff4f58;10;#73d936;11;#ffdd33;12;#96a6c8;13;#afafd7;14;#95a99f;15;#f5f5f5\007"
printf "\033]10;#e4e4e4;#181818;#ffdd33\007"
printf "\033]17;#ffffff\007"
printf "\033]19;#52494e\007"
printf "\033]5;0;#f5f5f5\007"
35 changes: 35 additions & 0 deletions electerm/gruber-darker.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

themeName=gruber-darker
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=#181818
terminal:background=#181818
terminal:foreground=#e4e4e4
terminal:cursor=#ffdd33
terminal:selection=#ffffff
terminal:cursorAccent=#181818
terminal:black=#181818
terminal:red=#f43841
terminal:green=#73d936
terminal:yellow=#ffdd33
terminal:blue=#96a6c8
terminal:magenta=#9e95c7
terminal:cyan=#95a99f
terminal:white=#e4e4e4
terminal:brightBlack=#52494e
terminal:brightRed=#ff4f58
terminal:brightGreen=#73d936
terminal:brightYellow=#ffdd33
terminal:brightBlue=#96a6c8
terminal:brightMagenta=#afafd7
terminal:brightCyan=#95a99f
terminal:brightWhite=#f5f5f5
25 changes: 25 additions & 0 deletions foot/gruber-darker.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

[cursor]
color=ffffff ffdd33

[colors]
foreground=e4e4e4
background=181818
regular0=181818
regular1=f43841
regular2=73d936
regular3=ffdd33
regular4=96a6c8
regular5=9e95c7
regular6=95a99f
regular7=e4e4e4
bright0=52494e
bright1=ff4f58
bright2=73d936
bright3=ffdd33
bright4=96a6c8
bright5=afafd7
bright6=95a99f
bright7=f5f5f5
selection-foreground=52494e
selection-background=ffffff
17 changes: 17 additions & 0 deletions freebsd_vt/gruber-darker.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# gruber-darker
kern.vt.color.0.rgb="#181818"
kern.vt.color.1.rgb="#f43841"
kern.vt.color.2.rgb="#73d936"
kern.vt.color.3.rgb="#ffdd33"
kern.vt.color.4.rgb="#96a6c8"
kern.vt.color.5.rgb="#9e95c7"
kern.vt.color.6.rgb="#95a99f"
kern.vt.color.7.rgb="#e4e4e4"
kern.vt.color.8.rgb="#52494e"
kern.vt.color.9.rgb="#ff4f58"
kern.vt.color.10.rgb="#73d936"
kern.vt.color.11.rgb="#ffdd33"
kern.vt.color.12.rgb="#96a6c8"
kern.vt.color.13.rgb="#afafd7"
kern.vt.color.14.rgb="#95a99f"
kern.vt.color.15.rgb="#f5f5f5"
21 changes: 21 additions & 0 deletions ghostty/gruber-darker
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
palette = 0=#181818
palette = 1=#f43841
palette = 2=#73d936
palette = 3=#ffdd33
palette = 4=#96a6c8
palette = 5=#9e95c7
palette = 6=#95a99f
palette = 7=#e4e4e4
palette = 8=#52494e
palette = 9=#ff4f58
palette = 10=#73d936
palette = 11=#ffdd33
palette = 12=#96a6c8
palette = 13=#afafd7
palette = 14=#95a99f
palette = 15=#f5f5f5
background = 181818
foreground = e4e4e4
cursor-color = ffdd33
selection-background = ffffff
selection-foreground = 52494e
44 changes: 44 additions & 0 deletions hexchat/gruber-darker.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@


color_0 = e4e4 e4e4 e4e4
color_1 = 1818 1818 1818
color_2 = 9696 a6a6 c8c8
color_3 = 7373 d9d9 3636
color_4 = f4f4 3838 4141
color_5 = ffff dddd 3333
color_6 = 9e9e 9595 c7c7
color_7 = ffff 4f4f 5858
color_8 = ffff dddd 3333
color_9 = 7373 d9d9 3636
color_10 = 9595 a9a9 9f9f
color_11 = 9595 a9a9 9f9f
color_12 = 9696 a6a6 c8c8
color_13 = afaf afaf d7d7
color_14 = 5252 4949 4e4e
color_15 = f5f5 f5f5 f5f5
color_16 = e4e4 e4e4 e4e4
color_17 = 1818 1818 1818
color_18 = 9696 a6a6 c8c8
color_19 = 7373 d9d9 3636
color_20 = f4f4 3838 4141
color_21 = ffff dddd 3333
color_22 = 9e9e 9595 c7c7
color_23 = ffff 4f4f 5858
color_24 = ffff dddd 3333
color_25 = 7373 d9d9 3636
color_26 = 9595 a9a9 9f9f
color_27 = 9595 a9a9 9f9f
color_28 = 9696 a6a6 c8c8
color_29 = afaf afaf d7d7
color_30 = 5252 4949 4e4e
color_31 = f5f5 f5f5 f5f5
color_256 = 5252 4949 4e4e
color_257 = ffff ffff ffff
color_258 = e4e4 e4e4 e4e4
color_259 = 1818 1818 1818
color_260 = ffff dddd 3333
color_261 = 9696 a6a6 c8c8
color_262 = 7373 d9d9 3636
color_263 = ffff 4f4f 5858
color_264 = f5f5 f5f5 f5f5
color_265 = f4f4 3838 4141
24 changes: 24 additions & 0 deletions iterm-dynamic-colors/gruber-darker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/sh
# gruber-darker
printf "\033]P0181818\033\\"
printf "\033]P1f43841\033\\"
printf "\033]P273d936\033\\"
printf "\033]P3ffdd33\033\\"
printf "\033]P496a6c8\033\\"
printf "\033]P59e95c7\033\\"
printf "\033]P695a99f\033\\"
printf "\033]P7e4e4e4\033\\"
printf "\033]P852494e\033\\"
printf "\033]P9ff4f58\033\\"
printf "\033]Pa73d936\033\\"
printf "\033]Pbffdd33\033\\"
printf "\033]Pc96a6c8\033\\"
printf "\033]Pdafafd7\033\\"
printf "\033]Pe95a99f\033\\"
printf "\033]Pff5f5f5\033\\"
printf "\033]Pge4e4e4\033\\"
printf "\033]Ph181818\033\\"
printf "\033]Plffdd33\033\\"
printf "\033]Pjffffff\033\\"
printf "\033]Pk52494e\033\\"
printf "\033]Pif5f5f5\033\\"
21 changes: 21 additions & 0 deletions kitty/gruber-darker.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
color0 #181818
color1 #f43841
color2 #73d936
color3 #ffdd33
color4 #96a6c8
color5 #9e95c7
color6 #95a99f
color7 #e4e4e4
color8 #52494e
color9 #ff4f58
color10 #73d936
color11 #ffdd33
color12 #96a6c8
color13 #afafd7
color14 #95a99f
color15 #f5f5f5
background #181818
selection_foreground #181818
cursor #ffdd33
foreground #e4e4e4
selection_background #e4e4e4
65 changes: 65 additions & 0 deletions konsole/gruber-darker.colorscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[General]
Description=gruber-darker
Opacity=1
Wallpaper=

[Background]
Color=24,24,24

[BackgroundIntense]
Color=24,24,24

[Foreground]
Color=228,228,228

[ForegroundIntense]
Color=245,245,245

[Color0]
Color=24,24,24

[Color1]
Color=244,56,65

[Color2Intense]
Color=115,217,54

[Color3Intense]
Color=255,221,51

[Color4Intense]
Color=150,166,200

[Color5Intense]
Color=175,175,215

[Color6Intense]
Color=149,169,159

[Color7Intense]
Color=245,245,245

[Color2]
Color=115,217,54

[Color3]
Color=255,221,51

[Color4]
Color=150,166,200

[Color5]
Color=158,149,199

[Color6]
Color=149,169,159

[Color7]
Color=228,228,228

[Color0Intense]
Color=82,73,78

[Color1Intense]
Color=255,79,88

20 changes: 20 additions & 0 deletions lxterminal/gruber-darker.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(24,24,24,1)
fgcolor=rgb(228,228,228)
palette_color_0=rgb(24,24,24)
palette_color_1=rgb(244,56,65)
palette_color_10=rgb(115,217,54)
palette_color_11=rgb(255,221,51)
palette_color_12=rgb(150,166,200)
palette_color_13=rgb(175,175,215)
palette_color_14=rgb(149,169,159)
palette_color_15=rgb(245,245,245)
palette_color_2=rgb(115,217,54)
palette_color_3=rgb(255,221,51)
palette_color_4=rgb(150,166,200)
palette_color_5=rgb(158,149,199)
palette_color_6=rgb(149,169,159)
palette_color_7=rgb(228,228,228)
palette_color_8=rgb(82,73,78)
palette_color_9=rgb(255,79,88)
color_preset=gruber-darker
Loading

0 comments on commit 4edcf35

Please sign in to comment.