Skip to content

Commit

Permalink
(+) Add Subliminal theme (mbadolato#184)
Browse files Browse the repository at this point in the history
* (+) Add Subliminal theme

This commit will add a brand new theme for iTerm2

* (*) Restore kitty directory files

* (*) Add credits to Readme file
  • Loading branch information
gdsrosa authored and mbadolato committed May 22, 2019
1 parent ee23a6b commit e34cdcd
Show file tree
Hide file tree
Showing 14 changed files with 619 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,10 @@ more information.

![Screenshot](screenshots/square.png)

### Subliminal

![Screenshot](screenshots/subliminal.png)

### Sundried

![Screenshot](screenshots/sundried.png)
Expand Down Expand Up @@ -906,6 +910,8 @@ The theme Monokai Vivid was created by [vitalymak](https://github.com/vitalymak/

The theme Neopolitan was created by [daytonn](https://github.com/daytonn/iTerm2-Color-Schemes)

The theme Subliminal was created by [gdsrosa](https://github.com/gdsrosa/subliminal-itermcolors)

The themes Solarized Dark and Solarized Light come from the official [Solarized web site](http://ethanschoonover.com/solarized)

The Obsidian theme was on my hard drive and I don't recall where it came from. If anyone knows, ping me and I'll link back to the author(s).
Expand Down
44 changes: 44 additions & 0 deletions Xresources/Subliminal
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #d4d4d4
*.background: #282c35
*.cursorColor: #c7c7c7
!
! Black
*.color0: #7f7f7f
*.color8: #7f7f7f
!
! Red
*.color1: #e15a60
*.color9: #e15a60
!
! Green
*.color2: #a9cfa4
*.color10: #a9cfa4
!
! Yellow
*.color3: #ffe2a9
*.color11: #ffe2a9
!
! Blue
*.color4: #6699cc
*.color12: #6699cc
!
! Magenta
*.color5: #f1a5ab
*.color13: #f1a5ab
!
! Cyan
*.color6: #5fb3b3
*.color14: #5fb3b3
!
! White
*.color7: #d4d4d4
*.color15: #d4d4d4
!
! Bold, Italic, Underline
*.colorBD: #ffffff
!*.colorIT:
!*.colorUL:
17 changes: 17 additions & 0 deletions freebsd_vt/Subliminal.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Subliminal
kern.vt.color.0.rgb="#7f7f7f"
kern.vt.color.1.rgb="#e15a60"
kern.vt.color.2.rgb="#a9cfa4"
kern.vt.color.3.rgb="#ffe2a9"
kern.vt.color.4.rgb="#6699cc"
kern.vt.color.5.rgb="#f1a5ab"
kern.vt.color.6.rgb="#5fb3b3"
kern.vt.color.7.rgb="#d4d4d4"
kern.vt.color.8.rgb="#7f7f7f"
kern.vt.color.9.rgb="#e15a60"
kern.vt.color.10.rgb="#a9cfa4"
kern.vt.color.11.rgb="#ffe2a9"
kern.vt.color.12.rgb="#6699cc"
kern.vt.color.13.rgb="#f1a5ab"
kern.vt.color.14.rgb="#5fb3b3"
kern.vt.color.15.rgb="#d4d4d4"
65 changes: 65 additions & 0 deletions konsole/Subliminal.colorscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[General]
Description=Subliminal
Opacity=1
Wallpaper=

[Background]
Color=40,44,53

[BackgroundIntense]
Color=40,44,53

[Foreground]
Color=212,212,212

[ForegroundIntense]
Color=255,255,255

[Color0]
Color=127,127,127

[Color1]
Color=225,90,96

[Color2Intense]
Color=169,207,164

[Color3Intense]
Color=255,226,169

[Color4Intense]
Color=102,153,204

[Color5Intense]
Color=241,165,171

[Color6Intense]
Color=95,179,179

[Color7Intense]
Color=212,212,212

[Color2]
Color=169,207,164

[Color3]
Color=255,226,169

[Color4]
Color=102,153,204

[Color5]
Color=241,165,171

[Color6]
Color=95,179,179

[Color7]
Color=212,212,212

[Color0Intense]
Color=127,127,127

[Color1Intense]
Color=225,90,96

23 changes: 23 additions & 0 deletions mobaxterm/Subliminal.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: Subliminal
[Colors]
DefaultColorScheme=0
BackgroundColour=40,44,53
ForegroundColour=212,212,212
CursorColour=199,199,199
Black=127,127,127
Red=225,90,96
BoldGreen=169,207,164
BoldYellow=255,226,169
BoldBlue=102,153,204
BoldMagenta=241,165,171
BoldCyan=95,179,179
BoldWhite=212,212,212
Green=169,207,164
Yellow=255,226,169
Blue=102,153,204
Magenta=241,165,171
Cyan=95,179,179
White=212,212,212
BoldBlack=127,127,127
BoldRed=225,90,96
9 changes: 9 additions & 0 deletions pantheonterminal/Subliminal.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='Subliminal'
cursor-color='#c7c7c7'
foreground='#d4d4d4'
background='rgba(40,44,53,.95)'
palette='#7f7f7f:#e15a60:#a9cfa4:#ffe2a9:#6699cc:#f1a5ab:#5fb3b3:#d4d4d4:#7f7f7f:#e15a60:#a9cfa4:#ffe2a9:#6699cc:#f1a5ab:#5fb3b3:#d4d4d4'
COLORS
25 changes: 25 additions & 0 deletions putty/Subliminal.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\Subliminal]
"Colour2"="40,44,53"
"Colour3"="40,44,53"
"Colour0"="212,212,212"
"Colour1"="255,255,255"
"Colour5"="199,199,199"
"Colour4"="255,255,255"
"Colour6"="127,127,127"
"Colour8"="225,90,96"
"Colour11"="169,207,164"
"Colour13"="255,226,169"
"Colour15"="102,153,204"
"Colour17"="241,165,171"
"Colour19"="95,179,179"
"Colour21"="212,212,212"
"Colour10"="169,207,164"
"Colour12"="255,226,169"
"Colour14"="102,153,204"
"Colour16"="241,165,171"
"Colour18"="95,179,179"
"Colour20"="212,212,212"
"Colour7"="127,127,127"
"Colour9"="225,90,96"
23 changes: 23 additions & 0 deletions remmina/Subliminal.colors
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[ssh_colors]
background = #282c35
cursor = #c7c7c7
foreground = #d4d4d4
color0 = #7f7f7f
color1 = #e15a60
color2 = #a9cfa4
color3 = #ffe2a9
color4 = #6699cc
color5 = #f1a5ab
color6 = #5fb3b3
color7 = #d4d4d4
color8 = #7f7f7f
color9 = #e15a60
color10 = #a9cfa4
color11 = #ffe2a9
color12 = #6699cc
color13 = #f1a5ab
color14 = #5fb3b3
color15 = #d4d4d4
colorBD = #ffffff
colorIT =
colorUL =
Loading

0 comments on commit e34cdcd

Please sign in to comment.