Skip to content

Commit

Permalink
add(Night Owlight Theme) (mbadolato#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenpuglia authored and mbadolato committed May 24, 2019
1 parent 5653234 commit 925befe
Show file tree
Hide file tree
Showing 15 changed files with 552 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,10 @@ It would also be very helpful if you `cd tools/` and run `python3 update_all.py`

![Screenshot](screenshots/nightlion_v2.png)

### Night Owlight Light

![Screenshot](screenshots/night_owlish_light.png)

### Novel

![Screenshot](screenshots/novel.png)
Expand Down Expand Up @@ -1114,6 +1118,8 @@ The Primary theme was created by [jayanthkoushik](https://github.com/jayanthkous

The Andromeda theme was created by [memije](https://github.com/memije) based on [EliverLara](https://github.com/EliverLara/)'s [Andromeda](https://marketplace.visualstudio.com/items?itemName=EliverLara.andromeda) VS Code theme.

The Night Owlish Light theme was created by [praveenpuglia](https://github.com/praveenpuglia) based on [sdras](https://github.com/sdras)'s [Night Owl](https://github.com/sdras/night-owl-vscode-theme) VS Code theme.

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/Night Owlish Light
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #403f53
*.background: #ffffff
*.cursorColor: #403f53
!
! Black
*.color0: #011627
*.color8: #7a8181
!
! Red
*.color1: #d3423e
*.color9: #f76e6e
!
! Green
*.color2: #2aa298
*.color10: #49d0c5
!
! Yellow
*.color3: #daaa01
*.color11: #dac26b
!
! Blue
*.color4: #4876d6
*.color12: #5ca7e4
!
! Magenta
*.color5: #403f53
*.color13: #697098
!
! Cyan
*.color6: #08916a
*.color14: #00c990
!
! White
*.color7: #7a8181
*.color15: #989fb1
!
! Bold, Italic, Underline
*.colorBD: #403f53
!*.colorIT:
!*.colorUL:
17 changes: 17 additions & 0 deletions freebsd_vt/Night Owlish Light.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Night Owlish Light
kern.vt.color.0.rgb="#011627"
kern.vt.color.1.rgb="#d3423e"
kern.vt.color.2.rgb="#2aa298"
kern.vt.color.3.rgb="#daaa01"
kern.vt.color.4.rgb="#4876d6"
kern.vt.color.5.rgb="#403f53"
kern.vt.color.6.rgb="#08916a"
kern.vt.color.7.rgb="#403f53"
kern.vt.color.8.rgb="#7a8181"
kern.vt.color.9.rgb="#f76e6e"
kern.vt.color.10.rgb="#49d0c5"
kern.vt.color.11.rgb="#dac26b"
kern.vt.color.12.rgb="#5ca7e4"
kern.vt.color.13.rgb="#697098"
kern.vt.color.14.rgb="#00c990"
kern.vt.color.15.rgb="#989fb1"
21 changes: 21 additions & 0 deletions kitty/Night Owlish Light.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
color0 #011627
color1 #d3423e
color2 #2aa298
color3 #daaa01
color4 #4876d6
color5 #403f53
color6 #08916a
color7 #7a8181
color8 #7a8181
color9 #f76e6e
color10 #49d0c5
color11 #dac26b
color12 #5ca7e4
color13 #697098
color14 #00c990
color15 #989fb1
background #ffffff
selection_foreground #ffffff
foreground #403f53
selection_background #403f53
cursor #403f53
65 changes: 65 additions & 0 deletions konsole/Night Owlish Light.colorscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[General]
Description=Night Owlish Light
Opacity=1
Wallpaper=

[Background]
Color=255,255,255

[BackgroundIntense]
Color=255,255,255

[Foreground]
Color=64,63,83

[ForegroundIntense]
Color=64,63,83

[Color0]
Color=1,22,39

[Color1]
Color=211,66,62

[Color2Intense]
Color=73,208,197

[Color3Intense]
Color=218,194,107

[Color4Intense]
Color=92,167,228

[Color5Intense]
Color=105,112,152

[Color6Intense]
Color=0,201,144

[Color7Intense]
Color=152,159,177

[Color2]
Color=42,162,152

[Color3]
Color=218,170,1

[Color4]
Color=72,118,214

[Color5]
Color=64,63,83

[Color6]
Color=8,145,106

[Color7]
Color=122,129,129

[Color0Intense]
Color=122,129,129

[Color1Intense]
Color=247,110,110

23 changes: 23 additions & 0 deletions mobaxterm/Night Owlish Light.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: Night Owlish Light
[Colors]
DefaultColorScheme=0
BackgroundColour=255,255,255
ForegroundColour=64,63,83
CursorColour=64,63,83
Black=1,22,39
Red=211,66,62
BoldGreen=73,208,197
BoldYellow=218,194,107
BoldBlue=92,167,228
BoldMagenta=105,112,152
BoldCyan=0,201,144
BoldWhite=152,159,177
Green=42,162,152
Yellow=218,170,1
Blue=72,118,214
Magenta=64,63,83
Cyan=8,145,106
White=122,129,129
BoldBlack=122,129,129
BoldRed=247,110,110
9 changes: 9 additions & 0 deletions pantheonterminal/Night Owlish Light.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='Night Owlish Light'
cursor-color='#403f53'
foreground='#403f53'
background='rgba(255,255,255,.95)'
palette='#011627:#d3423e:#2aa298:#daaa01:#4876d6:#403f53:#08916a:#7a8181:#7a8181:#f76e6e:#49d0c5:#dac26b:#5ca7e4:#697098:#00c990:#989fb1'
COLORS
25 changes: 25 additions & 0 deletions putty/Night Owlish Light.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\Night Owlish Light]
"Colour2"="255,255,255"
"Colour3"="255,255,255"
"Colour0"="64,63,83"
"Colour1"="64,63,83"
"Colour5"="64,63,83"
"Colour4"="251,251,251"
"Colour6"="1,22,39"
"Colour8"="211,66,62"
"Colour11"="73,208,197"
"Colour13"="218,194,107"
"Colour15"="92,167,228"
"Colour17"="105,112,152"
"Colour19"="0,201,144"
"Colour21"="152,159,177"
"Colour10"="42,162,152"
"Colour12"="218,170,1"
"Colour14"="72,118,214"
"Colour16"="64,63,83"
"Colour18"="8,145,106"
"Colour20"="122,129,129"
"Colour7"="122,129,129"
"Colour9"="247,110,110"
23 changes: 23 additions & 0 deletions remmina/Night Owlish Light.colors
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[ssh_colors]
background = #ffffff
cursor = #403f53
foreground = #403f53
color0 = #011627
color1 = #d3423e
color2 = #2aa298
color3 = #daaa01
color4 = #4876d6
color5 = #403f53
color6 = #08916a
color7 = #7a8181
color8 = #7a8181
color9 = #f76e6e
color10 = #49d0c5
color11 = #dac26b
color12 = #5ca7e4
color13 = #697098
color14 = #00c990
color15 = #989fb1
colorBD = #403f53
colorIT =
colorUL =
Loading

0 comments on commit 925befe

Please sign in to comment.