Skip to content

Commit fc02b89

Browse files
author
ibrokemypie
committed
Add "Red Planet" scheme
1 parent 64a2f05 commit fc02b89

File tree

10 files changed

+681
-5
lines changed

10 files changed

+681
-5
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ To include a screenshot, please generate the output using the [screenshotTable.s
340340

341341
![Screenshot](screenshots/kibble.png)
342342

343-
### Later This Evening
343+
### Later This Evening
344344

345345
![Screenshot](screenshots/later_this_evening.png)
346346

@@ -485,6 +485,10 @@ To include a screenshot, please generate the output using the [screenshotTable.s
485485

486486
![Screenshot](screenshots/red_alert.png)
487487

488+
### Red Planet
489+
490+
![Screenshot](screenshots/red_planet.png)
491+
488492
### Red Sands
489493

490494
![Screenshot](screenshots/red_sands.png)
@@ -879,6 +883,8 @@ The Ayu and Ayu Light themes were created by [alebcay](https://github.com/alebc
879883

880884
The Deep theme was created by [ADoyle](https://github.com/adoyle-h)
881885

886+
The Red Planet theme was created by [ibrokemypie](https://github.com/ibrokemypie) based on [eliquious](https://github.com/eliquious)'s [Red Planet](https://github.com/eliquious/Red-Planet-Theme) Sublime Text theme.
887+
882888
If there are other color schemes you'd like to see included, drop me a line!
883889

884890
## Extra
@@ -913,7 +919,7 @@ To install under the [X Window System](https://www.x.org/):
913919
Rxvt*foreground: Foreground_Color
914920
Rxvt*background: Background_Color
915921
Rxvt*cursorColor: Cursor_Color
916-
922+
917923
XTerm*color0: Ansi_0_Color
918924
XTerm*color1: Ansi_1_Color
919925
XTerm*color2: Ansi_2_Color

Xresources/Red Planet

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
!
2+
! Generated with :
3+
! XRDB2Xreources.py
4+
!
5+
*.foreground: #c2b790
6+
*.background: #222222
7+
*.cursorColor: #c2b790
8+
!
9+
! Black
10+
*.color0: #202020
11+
*.color8: #676767
12+
!
13+
! Red
14+
*.color1: #8c3432
15+
*.color9: #b55242
16+
!
17+
! Green
18+
*.color2: #728271
19+
*.color10: #869985
20+
!
21+
! Yellow
22+
*.color3: #e8bf6a
23+
*.color11: #ebeb91
24+
!
25+
! Blue
26+
*.color4: #69819e
27+
*.color12: #60827e
28+
!
29+
! Magenta
30+
*.color5: #896492
31+
*.color13: #de4974
32+
!
33+
! Cyan
34+
*.color6: #5b8390
35+
*.color14: #38add8
36+
!
37+
! White
38+
*.color7: #b9aa99
39+
*.color15: #d6bfb8
40+
!
41+
! Bold, Italic, Underline
42+
*.colorBD: #ebeb91
43+
!*.colorIT:
44+
!*.colorUL:

konsole/Red Planet.colorscheme

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
[General]
2+
Description=Red Planet
3+
Opacity=1
4+
Wallpaper=
5+
6+
[Background]
7+
Color=34,34,34
8+
9+
[BackgroundIntense]
10+
Color=34,34,34
11+
12+
[Foreground]
13+
Color=194,183,144
14+
15+
[ForegroundIntense]
16+
Color=235,235,145
17+
18+
[Color0]
19+
Color=32,32,32
20+
21+
[Color1]
22+
Color=140,52,50
23+
24+
[Color2Intense]
25+
Color=134,153,133
26+
27+
[Color3Intense]
28+
Color=235,235,145
29+
30+
[Color4Intense]
31+
Color=96,130,126
32+
33+
[Color5Intense]
34+
Color=222,73,116
35+
36+
[Color6Intense]
37+
Color=56,173,216
38+
39+
[Color7Intense]
40+
Color=214,191,184
41+
42+
[Color2]
43+
Color=114,130,113
44+
45+
[Color3]
46+
Color=232,191,106
47+
48+
[Color4]
49+
Color=105,129,158
50+
51+
[Color5]
52+
Color=137,100,146
53+
54+
[Color6]
55+
Color=91,131,144
56+
57+
[Color7]
58+
Color=185,170,153
59+
60+
[Color0Intense]
61+
Color=103,103,103
62+
63+
[Color1Intense]
64+
Color=181,82,66
65+

putty/Red Planet.reg

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Windows Registry Editor Version 5.00
2+
3+
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Red Planet]
4+
"Colour2"="34,34,34"
5+
"Colour3"="34,34,34"
6+
"Colour0"="194,183,144"
7+
"Colour1"="235,235,145"
8+
"Colour5"="194,183,144"
9+
"Colour4"="32,32,32"
10+
"Colour6"="32,32,32"
11+
"Colour8"="140,52,50"
12+
"Colour11"="134,153,133"
13+
"Colour13"="235,235,145"
14+
"Colour15"="96,130,126"
15+
"Colour17"="222,73,116"
16+
"Colour19"="56,173,216"
17+
"Colour21"="214,191,184"
18+
"Colour10"="114,130,113"
19+
"Colour12"="232,191,106"
20+
"Colour14"="105,129,158"
21+
"Colour16"="137,100,146"
22+
"Colour18"="91,131,144"
23+
"Colour20"="185,170,153"
24+
"Colour7"="103,103,103"
25+
"Colour9"="181,82,66"

0 commit comments

Comments
 (0)