Skip to content

Commit

Permalink
Add 'primary' colorscheme (mbadolato#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanthkoushik authored and mbadolato committed Feb 9, 2019
1 parent b262b0a commit 08a728b
Show file tree
Hide file tree
Showing 13 changed files with 637 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,9 @@ more information.
### IDEA Drak
![Screenshot](screenshots/idea.png)

### Primary
![Screenshot](screenshots/primary.png)

## Credits
The schemes Novel, Espresso, Grass, Homebrew, Ocean, Pro, Man Page, Red Sands, and Terminal Basic are ports of the schemes of the same name included with the Mac Terminal application. All of Terminal's schemes have now been ported, with the exception of "Solid Colors" (random backgrounds, which iTerm doesn't support) and "Aerogel" (which is hideous).

Expand Down Expand Up @@ -1098,6 +1101,8 @@ The Lab Fox theme was created by [theatlasroom](https://github.com/theatlasroom)

The Unikitty theme was created by [jakebathman](https://github.com/jakebathman)

The Primary theme was created by [jayanthkoushik](https://github.com/jayanthkoushik) based on [Google's vim colorscheme](https://github.com/google/vim-colorscheme-primary).

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/primary
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #000000
*.background: #ffffff
*.cursorColor: #000000
!
! Black
*.color0: #000000
*.color8: #000000
!
! Red
*.color1: #db4437
*.color9: #db4437
!
! Green
*.color2: #0f9d58
*.color10: #0f9d58
!
! Yellow
*.color3: #f4b400
*.color11: #f4b400
!
! Blue
*.color4: #4285f4
*.color12: #4285f4
!
! Magenta
*.color5: #db4437
*.color13: #4285f4
!
! Cyan
*.color6: #4285f4
*.color14: #0f9d58
!
! White
*.color7: #ffffff
*.color15: #ffffff
!
! Bold, Italic, Underline
*.colorBD: #000000
!*.colorIT:
*.colorUL: #596181
17 changes: 17 additions & 0 deletions freebsd_vt/primary.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# primary
kern.vt.color.0.rgb="#000000"
kern.vt.color.1.rgb="#db4437"
kern.vt.color.2.rgb="#0f9d58"
kern.vt.color.3.rgb="#f4b400"
kern.vt.color.4.rgb="#4285f4"
kern.vt.color.5.rgb="#db4437"
kern.vt.color.6.rgb="#4285f4"
kern.vt.color.7.rgb="#000000"
kern.vt.color.8.rgb="#000000"
kern.vt.color.9.rgb="#db4437"
kern.vt.color.10.rgb="#0f9d58"
kern.vt.color.11.rgb="#f4b400"
kern.vt.color.12.rgb="#4285f4"
kern.vt.color.13.rgb="#4285f4"
kern.vt.color.14.rgb="#0f9d58"
kern.vt.color.15.rgb="#ffffff"
23 changes: 23 additions & 0 deletions kitty/primary.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
color0 #000000
color1 #db4437
color2 #0f9d58
color3 #f4b400
color4 #4285f4
color5 #db4437
color6 #4285f4
color7 #ffffff
color8 #000000
color9 #db4437
color10 #0f9d58
color11 #f4b400
color12 #4285f4
color13 #4285f4
color14 #0f9d58
color15 #ffffff
underline_color #596181
url_color #596181
cursor #000000
foreground #000000
selection_background #000000
background #ffffff
selection_foreground #ffffff
65 changes: 65 additions & 0 deletions konsole/primary.colorscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[General]
Description=primary
Opacity=1
Wallpaper=

[Background]
Color=255,255,255

[BackgroundIntense]
Color=255,255,255

[Foreground]
Color=0,0,0

[ForegroundIntense]
Color=0,0,0

[Color0]
Color=0,0,0

[Color1]
Color=219,68,55

[Color2Intense]
Color=15,157,88

[Color3Intense]
Color=244,180,0

[Color4Intense]
Color=66,133,244

[Color5Intense]
Color=66,133,244

[Color6Intense]
Color=15,157,88

[Color7Intense]
Color=255,255,255

[Color2]
Color=15,157,88

[Color3]
Color=244,180,0

[Color4]
Color=66,133,244

[Color5]
Color=219,68,55

[Color6]
Color=66,133,244

[Color7]
Color=255,255,255

[Color0Intense]
Color=0,0,0

[Color1Intense]
Color=219,68,55

25 changes: 25 additions & 0 deletions putty/primary.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\primary]
"Colour2"="255,255,255"
"Colour3"="255,255,255"
"Colour0"="0,0,0"
"Colour1"="0,0,0"
"Colour5"="0,0,0"
"Colour4"="255,255,255"
"Colour6"="0,0,0"
"Colour8"="219,68,55"
"Colour11"="15,157,88"
"Colour13"="244,180,0"
"Colour15"="66,133,244"
"Colour17"="66,133,244"
"Colour19"="15,157,88"
"Colour21"="255,255,255"
"Colour10"="15,157,88"
"Colour12"="244,180,0"
"Colour14"="66,133,244"
"Colour16"="219,68,55"
"Colour18"="66,133,244"
"Colour20"="255,255,255"
"Colour7"="0,0,0"
"Colour9"="219,68,55"
23 changes: 23 additions & 0 deletions remmina/primary.colors
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[ssh_colors]
background = #ffffff
cursor = #000000
foreground = #000000
color0 = #000000
color1 = #db4437
color2 = #0f9d58
color3 = #f4b400
color4 = #4285f4
color5 = #db4437
color6 = #4285f4
color7 = #ffffff
color8 = #000000
color9 = #db4437
color10 = #0f9d58
color11 = #f4b400
color12 = #4285f4
color13 = #4285f4
color14 = #0f9d58
color15 = #ffffff
colorBD = #000000
colorIT =
colorUL = #596181
Loading

0 comments on commit 08a728b

Please sign in to comment.