Skip to content

Commit af39eae

Browse files
authored
IRIX theme redone (#543)
1 parent 3190aef commit af39eae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2298
-54
lines changed

CREDITS.md

+3
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ The scheme idleToes was inspired by the [idleFingers](http://www.idlefingers.co.
220220

221221
The IR_Black theme was found [here](https://gist.github.com/meqif/1238378)
222222

223+
The IRIX Console and IRIX Terminal themes were created, based on screenshots from [CompuHacker/](https://www.reddit.com/user/CompuHacker/) on [Reddit](https://www.reddit.com/r/IRIX/comments/1iohgt4/any_irix_user_able_to_help) by [Skeeve](https://github.com/Skeeve).
224+
[IRIX](https://en.wikipedia.org/wiki/IRIX) was the operating system of Silicon Graphics Computers.
225+
223226
The Japanesque theme was created by [aereal](https://github.com/aereal/dotfiles/blob/master/colors/Japanesque/Japanesque.itermcolors)
224227

225228
The Jellybeans theme was created by [qtpi](https://github.com/qtpi/Jellybeans.itermcolors)

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,14 @@ Do you want to convert existing iTerm themes to themes for your favorite termina
860860

861861
![Screenshot](screenshots/ir_black.png)
862862

863+
### IRIX Console
864+
865+
![Screenshot](screenshot/irix_console.png)
866+
867+
### IRIX Terminal
868+
869+
![Screenshot](screenshot/irix_terminal.png)
870+
863871
### iTerm2 Default
864872

865873
![Screenshot](screenshots/iterm2-default.png)

Xresources/IRIX Console

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
!
2+
! IRIX Console
3+
!
4+
*.foreground: #f2f2f2
5+
*.background: #0c0c0c
6+
*.cursorColor: #c7c7c7
7+
!
8+
! Black
9+
*.color0: #1a1919
10+
*.color8: #767676
11+
!
12+
! Red
13+
*.color1: #d42426
14+
*.color9: #f34f59
15+
!
16+
! Green
17+
*.color2: #37a327
18+
*.color10: #45c731
19+
!
20+
! Yellow
21+
*.color3: #c29d28
22+
*.color11: #f9f2a7
23+
!
24+
! Blue
25+
*.color4: #0739e2
26+
*.color12: #4079ff
27+
!
28+
! Magenta
29+
*.color5: #911f9c
30+
*.color13: #c31ba2
31+
!
32+
! Cyan
33+
*.color6: #4497df
34+
*.color14: #6ed7d7
35+
!
36+
! White
37+
*.color7: #cccccc
38+
*.color15: #f2f2f2
39+
!
40+
! Bold, Italic, Underline
41+
*.colorBD: #ffff44
42+
!*.colorIT:
43+
!*.colorUL:

Xresources/IRIX Terminal

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
!
2+
! IRIX Terminal
3+
!
4+
*.foreground: #f2f2f2
5+
*.background: #000043
6+
*.cursorColor: #c7c7c7
7+
!
8+
! Black
9+
*.color0: #1a1919
10+
*.color8: #ffff44
11+
!
12+
! Red
13+
*.color1: #ff2b1e
14+
*.color9: #ffff44
15+
!
16+
! Green
17+
*.color2: #57ff3d
18+
*.color10: #ffff44
19+
!
20+
! Yellow
21+
*.color3: #ffff44
22+
*.color11: #fffc72
23+
!
24+
! Blue
25+
*.color4: #0004ff
26+
*.color12: #ffff44
27+
!
28+
! Magenta
29+
*.color5: #ff2cff
30+
*.color13: #ffff44
31+
!
32+
! Cyan
33+
*.color6: #56ffff
34+
*.color14: #ffff44
35+
!
36+
! White
37+
*.color7: #ffffff
38+
*.color15: #ffff44
39+
!
40+
! Bold, Italic, Underline
41+
*.colorBD: #ffff44
42+
!*.colorIT:
43+
!*.colorUL:

alacritty/IRIX Console.toml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Colors (IRIX Console)
2+
3+
[colors.bright]
4+
black = '#767676'
5+
blue = '#4079ff'
6+
cyan = '#6ed7d7'
7+
green = '#45c731'
8+
magenta = '#c31ba2'
9+
red = '#f34f59'
10+
white = '#f2f2f2'
11+
yellow = '#f9f2a7'
12+
13+
[colors.cursor]
14+
cursor = '#c7c7c7'
15+
text = '#ffffff'
16+
17+
[colors.normal]
18+
black = '#1a1919'
19+
blue = '#0739e2'
20+
cyan = '#4497df'
21+
green = '#37a327'
22+
magenta = '#911f9c'
23+
red = '#d42426'
24+
white = '#cccccc'
25+
yellow = '#c29d28'
26+
27+
[colors.primary]
28+
background = '#0c0c0c'
29+
foreground = '#f2f2f2'
30+
31+
[colors.selection]
32+
background = '#c2deff'
33+
text = '#000000'

alacritty/IRIX Terminal.toml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Colors (IRIX Terminal)
2+
3+
[colors.bright]
4+
black = '#ffff44'
5+
blue = '#ffff44'
6+
cyan = '#ffff44'
7+
green = '#ffff44'
8+
magenta = '#ffff44'
9+
red = '#ffff44'
10+
white = '#ffff44'
11+
yellow = '#fffc72'
12+
13+
[colors.cursor]
14+
cursor = '#c7c7c7'
15+
text = '#ffffff'
16+
17+
[colors.normal]
18+
black = '#1a1919'
19+
blue = '#0004ff'
20+
cyan = '#56ffff'
21+
green = '#57ff3d'
22+
magenta = '#ff2cff'
23+
red = '#ff2b1e'
24+
white = '#ffffff'
25+
yellow = '#ffff44'
26+
27+
[colors.primary]
28+
background = '#000043'
29+
foreground = '#f2f2f2'
30+
31+
[colors.selection]
32+
background = '#c2deff'
33+
text = '#000000'

dynamic-colors/IRIX Console.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
# IRIX Console
3+
printf "\033]4;0;#1a1919;1;#d42426;2;#37a327;3;#c29d28;4;#0739e2;5;#911f9c;6;#4497df;7;#cccccc;8;#767676;9;#f34f59;10;#45c731;11;#f9f2a7;12;#4079ff;13;#c31ba2;14;#6ed7d7;15;#f2f2f2\007"
4+
printf "\033]10;#f2f2f2;#0c0c0c;#c7c7c7\007"
5+
printf "\033]17;#c2deff\007"
6+
printf "\033]19;#000000\007"
7+
printf "\033]5;0;#ffff44\007"

dynamic-colors/IRIX Terminal.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
# IRIX Terminal
3+
printf "\033]4;0;#1a1919;1;#ff2b1e;2;#57ff3d;3;#ffff44;4;#0004ff;5;#ff2cff;6;#56ffff;7;#ffffff;8;#ffff44;9;#ffff44;10;#ffff44;11;#fffc72;12;#ffff44;13;#ffff44;14;#ffff44;15;#ffff44\007"
4+
printf "\033]10;#f2f2f2;#000043;#c7c7c7\007"
5+
printf "\033]17;#c2deff\007"
6+
printf "\033]19;#000000\007"
7+
printf "\033]5;0;#ffff44\007"

electerm/IRIX Console.txt

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
2+
themeName=IRIX Console
3+
main-dark=#000
4+
main-light=#2E3338
5+
text=#ddd
6+
text-light=#fff
7+
text-dark=#888
8+
text-disabled=#777
9+
primary=#08c
10+
info=#FFD166
11+
success=#06D6A0
12+
error=#EF476F
13+
warn=#E55934
14+
main=#0c0c0c
15+
terminal:background=#0c0c0c
16+
terminal:foreground=#f2f2f2
17+
terminal:cursor=#c7c7c7
18+
terminal:selection=#c2deff
19+
terminal:cursorAccent=#0c0c0c
20+
terminal:black=#1a1919
21+
terminal:red=#d42426
22+
terminal:green=#37a327
23+
terminal:yellow=#c29d28
24+
terminal:blue=#0739e2
25+
terminal:magenta=#911f9c
26+
terminal:cyan=#4497df
27+
terminal:white=#cccccc
28+
terminal:brightBlack=#767676
29+
terminal:brightRed=#f34f59
30+
terminal:brightGreen=#45c731
31+
terminal:brightYellow=#f9f2a7
32+
terminal:brightBlue=#4079ff
33+
terminal:brightMagenta=#c31ba2
34+
terminal:brightCyan=#6ed7d7
35+
terminal:brightWhite=#f2f2f2

electerm/IRIX Terminal.txt

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
2+
themeName=IRIX Terminal
3+
main-dark=#000
4+
main-light=#2E3338
5+
text=#ddd
6+
text-light=#fff
7+
text-dark=#888
8+
text-disabled=#777
9+
primary=#08c
10+
info=#FFD166
11+
success=#06D6A0
12+
error=#EF476F
13+
warn=#E55934
14+
main=#000043
15+
terminal:background=#000043
16+
terminal:foreground=#f2f2f2
17+
terminal:cursor=#c7c7c7
18+
terminal:selection=#c2deff
19+
terminal:cursorAccent=#000043
20+
terminal:black=#1a1919
21+
terminal:red=#ff2b1e
22+
terminal:green=#57ff3d
23+
terminal:yellow=#ffff44
24+
terminal:blue=#0004ff
25+
terminal:magenta=#ff2cff
26+
terminal:cyan=#56ffff
27+
terminal:white=#ffffff
28+
terminal:brightBlack=#ffff44
29+
terminal:brightRed=#ffff44
30+
terminal:brightGreen=#ffff44
31+
terminal:brightYellow=#fffc72
32+
terminal:brightBlue=#ffff44
33+
terminal:brightMagenta=#ffff44
34+
terminal:brightCyan=#ffff44
35+
terminal:brightWhite=#ffff44

foot/IRIX Console.ini

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
[cursor]
3+
color=ffffff c7c7c7
4+
5+
[colors]
6+
foreground=f2f2f2
7+
background=0c0c0c
8+
regular0=1a1919
9+
regular1=d42426
10+
regular2=37a327
11+
regular3=c29d28
12+
regular4=0739e2
13+
regular5=911f9c
14+
regular6=4497df
15+
regular7=cccccc
16+
bright0=767676
17+
bright1=f34f59
18+
bright2=45c731
19+
bright3=f9f2a7
20+
bright4=4079ff
21+
bright5=c31ba2
22+
bright6=6ed7d7
23+
bright7=f2f2f2
24+
selection-foreground=000000
25+
selection-background=c2deff

foot/IRIX Terminal.ini

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
[cursor]
3+
color=ffffff c7c7c7
4+
5+
[colors]
6+
foreground=f2f2f2
7+
background=000043
8+
regular0=1a1919
9+
regular1=ff2b1e
10+
regular2=57ff3d
11+
regular3=ffff44
12+
regular4=0004ff
13+
regular5=ff2cff
14+
regular6=56ffff
15+
regular7=ffffff
16+
bright0=ffff44
17+
bright1=ffff44
18+
bright2=ffff44
19+
bright3=fffc72
20+
bright4=ffff44
21+
bright5=ffff44
22+
bright6=ffff44
23+
bright7=ffff44
24+
selection-foreground=000000
25+
selection-background=c2deff

freebsd_vt/IRIX Console.conf

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# IRIX Console
2+
kern.vt.color.0.rgb="#1a1919"
3+
kern.vt.color.1.rgb="#d42426"
4+
kern.vt.color.2.rgb="#37a327"
5+
kern.vt.color.3.rgb="#c29d28"
6+
kern.vt.color.4.rgb="#0739e2"
7+
kern.vt.color.5.rgb="#911f9c"
8+
kern.vt.color.6.rgb="#4497df"
9+
kern.vt.color.7.rgb="#f2f2f2"
10+
kern.vt.color.8.rgb="#767676"
11+
kern.vt.color.9.rgb="#f34f59"
12+
kern.vt.color.10.rgb="#45c731"
13+
kern.vt.color.11.rgb="#f9f2a7"
14+
kern.vt.color.12.rgb="#4079ff"
15+
kern.vt.color.13.rgb="#c31ba2"
16+
kern.vt.color.14.rgb="#6ed7d7"
17+
kern.vt.color.15.rgb="#f2f2f2"

freebsd_vt/IRIX Terminal.conf

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# IRIX Terminal
2+
kern.vt.color.0.rgb="#1a1919"
3+
kern.vt.color.1.rgb="#ff2b1e"
4+
kern.vt.color.2.rgb="#57ff3d"
5+
kern.vt.color.3.rgb="#ffff44"
6+
kern.vt.color.4.rgb="#0004ff"
7+
kern.vt.color.5.rgb="#ff2cff"
8+
kern.vt.color.6.rgb="#56ffff"
9+
kern.vt.color.7.rgb="#f2f2f2"
10+
kern.vt.color.8.rgb="#ffff44"
11+
kern.vt.color.9.rgb="#ffff44"
12+
kern.vt.color.10.rgb="#ffff44"
13+
kern.vt.color.11.rgb="#fffc72"
14+
kern.vt.color.12.rgb="#ffff44"
15+
kern.vt.color.13.rgb="#ffff44"
16+
kern.vt.color.14.rgb="#ffff44"
17+
kern.vt.color.15.rgb="#ffff44"

ghostty/IRIX Console

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
palette = 0=#1a1919
2+
palette = 1=#d42426
3+
palette = 2=#37a327
4+
palette = 3=#c29d28
5+
palette = 4=#0739e2
6+
palette = 5=#911f9c
7+
palette = 6=#4497df
8+
palette = 7=#cccccc
9+
palette = 8=#767676
10+
palette = 9=#f34f59
11+
palette = 10=#45c731
12+
palette = 11=#f9f2a7
13+
palette = 12=#4079ff
14+
palette = 13=#c31ba2
15+
palette = 14=#6ed7d7
16+
palette = 15=#f2f2f2
17+
background = #0c0c0c
18+
foreground = #f2f2f2
19+
cursor-color = #c7c7c7
20+
cursor-text = #ffffff
21+
selection-background = #c2deff
22+
selection-foreground = #000000

0 commit comments

Comments
 (0)