Skip to content

Commit

Permalink
Add theme: Sublette (mbadolato#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
appleparan authored Mar 22, 2021
1 parent 322410e commit 074cd85
Show file tree
Hide file tree
Showing 20 changed files with 681 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,10 @@ more information.

![Screenshot](screenshots/square.png)

### Sublette

![Screenshot](screenshots/sublette.png)

### Subliminal

![Screenshot](screenshots/subliminal.png)
Expand Down Expand Up @@ -1365,6 +1369,8 @@ The [Raycast](https://raycast.com) Dark/Light themes were created by [thomaspaul

The BlueDolphin theme was designed by [vimiomori](https://github.com/vimiomori).

The Sublette theme was created by [sublee](https://github.com/sublee).

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/Sublette
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #ccced0
*.background: #202535
*.cursorColor: #ccced0
!
! Black
*.color0: #253045
*.color8: #405570
!
! Red
*.color1: #ee5577
*.color9: #ee6655
!
! Green
*.color2: #55ee77
*.color10: #99ee77
!
! Yellow
*.color3: #ffdd88
*.color11: #ffff77
!
! Blue
*.color4: #5588ff
*.color12: #77bbff
!
! Magenta
*.color5: #ff77cc
*.color13: #aa88ff
!
! Cyan
*.color6: #44eeee
*.color14: #55ffbb
!
! White
*.color7: #f5f5da
*.color15: #ffffee
!
! Bold, Italic, Underline
*.colorBD: #ccced0
!*.colorIT:
!*.colorUL:
29 changes: 29 additions & 0 deletions alacritty/Sublette.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colors (Sublette)
colors:
bright:
black: '#405570'
blue: '#77bbff'
cyan: '#55ffbb'
green: '#99ee77'
magenta: '#aa88ff'
red: '#ee6655'
white: '#ffffee'
yellow: '#ffff77'
cursor:
cursor: '#ccced0'
text: '#202535'
normal:
black: '#253045'
blue: '#5588ff'
cyan: '#44eeee'
green: '#55ee77'
magenta: '#ff77cc'
red: '#ee5577'
white: '#f5f5da'
yellow: '#ffdd88'
primary:
background: '#202535'
foreground: '#ccced0'
selection:
background: '#ccced0'
text: '#202535'
7 changes: 7 additions & 0 deletions dynamic-colors/Sublette.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# Sublette
printf "\033]4;0;#253045;1;#ee5577;2;#55ee77;3;#ffdd88;4;#5588ff;5;#ff77cc;6;#44eeee;7;#f5f5da;8;#405570;9;#ee6655;10;#99ee77;11;#ffff77;12;#77bbff;13;#aa88ff;14;#55ffbb;15;#ffffee\007"
printf "\033]10;#ccced0;#202535;#ccced0\007"
printf "\033]17;#ccced0\007"
printf "\033]19;#202535\007"
printf "\033]5;0;#ccced0\007"
17 changes: 17 additions & 0 deletions freebsd_vt/Sublette.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Sublette
kern.vt.color.0.rgb="#253045"
kern.vt.color.1.rgb="#ee5577"
kern.vt.color.2.rgb="#55ee77"
kern.vt.color.3.rgb="#ffdd88"
kern.vt.color.4.rgb="#5588ff"
kern.vt.color.5.rgb="#ff77cc"
kern.vt.color.6.rgb="#44eeee"
kern.vt.color.7.rgb="#ccced0"
kern.vt.color.8.rgb="#405570"
kern.vt.color.9.rgb="#ee6655"
kern.vt.color.10.rgb="#99ee77"
kern.vt.color.11.rgb="#ffff77"
kern.vt.color.12.rgb="#77bbff"
kern.vt.color.13.rgb="#aa88ff"
kern.vt.color.14.rgb="#55ffbb"
kern.vt.color.15.rgb="#ffffee"
21 changes: 21 additions & 0 deletions kitty/Sublette.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
color0 #253045
color1 #ee5577
color2 #55ee77
color3 #ffdd88
color4 #5588ff
color5 #ff77cc
color6 #44eeee
color7 #f5f5da
color8 #405570
color9 #ee6655
color10 #99ee77
color11 #ffff77
color12 #77bbff
color13 #aa88ff
color14 #55ffbb
color15 #ffffee
background #202535
selection_foreground #202535
cursor #ccced0
foreground #ccced0
selection_background #ccced0
65 changes: 65 additions & 0 deletions konsole/Sublette.colorscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[General]
Description=Sublette
Opacity=1
Wallpaper=

[Background]
Color=32,37,53

[BackgroundIntense]
Color=32,37,53

[Foreground]
Color=204,206,208

[ForegroundIntense]
Color=204,206,208

[Color0]
Color=37,48,69

[Color1]
Color=238,85,119

[Color2]
Color=85,238,119

[Color3]
Color=255,221,136

[Color4]
Color=85,136,255

[Color5]
Color=255,119,204

[Color6]
Color=68,238,238

[Color7]
Color=245,245,218

[Color0Intense]
Color=64,85,112

[Color1Intense]
Color=238,102,85

[Color2Intense]
Color=153,238,119

[Color3Intense]
Color=255,255,119

[Color4Intense]
Color=119,187,255

[Color5Intense]
Color=170,136,255

[Color6Intense]
Color=85,255,187

[Color7Intense]
Color=255,255,238

20 changes: 20 additions & 0 deletions lxterminal/Sublette.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(32,37,53,1)
fgcolor=rgb(204,206,208)
palette_color_0=rgb(37,48,69)
palette_color_1=rgb(238,85,119)
palette_color_2=rgb(85,238,119)
palette_color_3=rgb(255,221,136)
palette_color_4=rgb(85,136,255)
palette_color_5=rgb(255,119,204)
palette_color_6=rgb(68,238,238)
palette_color_7=rgb(245,245,218)
palette_color_8=rgb(64,85,112)
palette_color_9=rgb(238,102,85)
palette_color_10=rgb(153,238,119)
palette_color_11=rgb(255,255,119)
palette_color_12=rgb(119,187,255)
palette_color_13=rgb(170,136,255)
palette_color_14=rgb(85,255,187)
palette_color_15=rgb(255,255,238)
color_preset=Sublette
23 changes: 23 additions & 0 deletions mobaxterm/Sublette.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: Sublette
[Colors]
DefaultColorScheme=0
BackgroundColour=32,37,53
ForegroundColour=204,206,208
CursorColour=204,206,208
Black=37,48,69
Red=238,85,119
Green=85,238,119
Yellow=255,221,136
Blue=85,136,255
Magenta=255,119,204
Cyan=68,238,238
White=245,245,218
BoldBlack=64,85,112
BoldRed=238,102,85
BoldGreen=153,238,119
BoldYellow=255,255,119
BoldBlue=119,187,255
BoldMagenta=170,136,255
BoldCyan=85,255,187
BoldWhite=255,255,238
9 changes: 9 additions & 0 deletions pantheonterminal/Sublette.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='Sublette'
cursor-color='#ccced0'
foreground='#ccced0'
background='rgba(32,37,53,.95)'
palette='#253045:#ee5577:#55ee77:#ffdd88:#5588ff:#ff77cc:#44eeee:#f5f5da:#405570:#ee6655:#99ee77:#ffff77:#77bbff:#aa88ff:#55ffbb:#ffffee'
COLORS
25 changes: 25 additions & 0 deletions putty/Sublette.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\Sublette]
"Colour2"="32,37,53"
"Colour3"="32,37,53"
"Colour0"="204,206,208"
"Colour1"="204,206,208"
"Colour5"="204,206,208"
"Colour4"="32,37,53"
"Colour6"="37,48,69"
"Colour8"="238,85,119"
"Colour10"="85,238,119"
"Colour12"="255,221,136"
"Colour14"="85,136,255"
"Colour16"="255,119,204"
"Colour18"="68,238,238"
"Colour20"="245,245,218"
"Colour7"="64,85,112"
"Colour9"="238,102,85"
"Colour11"="153,238,119"
"Colour13"="255,255,119"
"Colour15"="119,187,255"
"Colour17"="170,136,255"
"Colour19"="85,255,187"
"Colour21"="255,255,238"
26 changes: 26 additions & 0 deletions remmina/Sublette.colors
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[ssh_colors]
background = #202535
cursor = #ccced0
cursor_foreground = #202535
foreground = #ccced0
highlight = #ccced0
highlight_foreground = #202535
color0 = #253045
color1 = #ee5577
color2 = #55ee77
color3 = #ffdd88
color4 = #5588ff
color5 = #ff77cc
color6 = #44eeee
color7 = #f5f5da
color8 = #405570
color9 = #ee6655
color10 = #99ee77
color11 = #ffff77
color12 = #77bbff
color13 = #aa88ff
color14 = #55ffbb
color15 = #ffffee
colorBD = #ccced0
colorIT =
colorUL =
Loading

0 comments on commit 074cd85

Please sign in to comment.