Skip to content

Commit 9b92f83

Browse files
authored
Merge pull request #40 from uloco/13-terminal-themes
Add extra terminal themes
2 parents 74126dc + 0c82202 commit 9b92f83

48 files changed

Lines changed: 3905 additions & 0 deletions

Some content is hidden

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

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,13 @@ If you want to override this, make sure to set your `:set guicursor` after loadi
278278
### Auto switching light & dark themes
279279
-->
280280

281+
## Terminal Colors
282+
283+
I've added a bunch of terminal themes for your terminal emulators. I've used the great [iTerm-Color-Schemes](https://github.com/mbadolato/iTerm2-Color-Schemes)
284+
repository for this, thanks @mbadolato!
285+
286+
They are located at `terminal-themes/`. Please follow your terminals installation guide in how to apply them.
287+
281288
## Contributing
282289

283290
I'd be more than happy for any bugs you find and add an [issue](https://github.com/uloco/bluloco.nvim/issues).
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
!
2+
! Generated with :
3+
! XRDB2Xreources.py
4+
!
5+
*.foreground: #b9c0cb
6+
*.background: #282c34
7+
*.cursorColor: #ffcc00
8+
!
9+
! Black
10+
*.color0: #41444d
11+
*.color8: #8f9aae
12+
!
13+
! Red
14+
*.color1: #fc2f52
15+
*.color9: #ff6480
16+
!
17+
! Green
18+
*.color2: #25a45c
19+
*.color10: #3fc56b
20+
!
21+
! Yellow
22+
*.color3: #ff936a
23+
*.color11: #f9c859
24+
!
25+
! Blue
26+
*.color4: #3476ff
27+
*.color12: #10b1fe
28+
!
29+
! Magenta
30+
*.color5: #7a82da
31+
*.color13: #ff78f8
32+
!
33+
! Cyan
34+
*.color6: #4483aa
35+
*.color14: #5fb9bc
36+
!
37+
! White
38+
*.color7: #cdd4e0
39+
*.color15: #ffffff
40+
!
41+
! Bold, Italic, Underline
42+
*.colorBD: #ffffff
43+
!*.colorIT:
44+
!*.colorUL:
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
!
2+
! Generated with :
3+
! XRDB2Xreources.py
4+
!
5+
*.foreground: #373a41
6+
*.background: #f9f9f9
7+
*.cursorColor: #f32759
8+
!
9+
! Black
10+
*.color0: #373a41
11+
*.color8: #676a77
12+
!
13+
! Red
14+
*.color1: #d52753
15+
*.color9: #ff6480
16+
!
17+
! Green
18+
*.color2: #23974a
19+
*.color10: #3cbc66
20+
!
21+
! Yellow
22+
*.color3: #df631c
23+
*.color11: #c5a332
24+
!
25+
! Blue
26+
*.color4: #275fe4
27+
*.color12: #0099e1
28+
!
29+
! Magenta
30+
*.color5: #823ff1
31+
*.color13: #ce33c0
32+
!
33+
! Cyan
34+
*.color6: #27618d
35+
*.color14: #6d93bb
36+
!
37+
! White
38+
*.color7: #babbc2
39+
*.color15: #d3d3d3
40+
!
41+
! Bold, Italic, Underline
42+
*.colorBD: #383a42
43+
!*.colorIT:
44+
!*.colorUL:
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Colors (BlulocoDark)
2+
colors:
3+
bright:
4+
black: '#8f9aae'
5+
blue: '#10b1fe'
6+
cyan: '#5fb9bc'
7+
green: '#3fc56b'
8+
magenta: '#ff78f8'
9+
red: '#ff6480'
10+
white: '#ffffff'
11+
yellow: '#f9c859'
12+
cursor:
13+
cursor: '#ffcc00'
14+
text: '#282c34'
15+
normal:
16+
black: '#41444d'
17+
blue: '#3476ff'
18+
cyan: '#4483aa'
19+
green: '#25a45c'
20+
magenta: '#7a82da'
21+
red: '#fc2f52'
22+
white: '#cdd4e0'
23+
yellow: '#ff936a'
24+
primary:
25+
background: '#282c34'
26+
foreground: '#b9c0cb'
27+
selection:
28+
background: '#b9c0ca'
29+
text: '#272b33'
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Colors (BlulocoLight)
2+
colors:
3+
bright:
4+
black: '#676a77'
5+
blue: '#0099e1'
6+
cyan: '#6d93bb'
7+
green: '#3cbc66'
8+
magenta: '#ce33c0'
9+
red: '#ff6480'
10+
white: '#d3d3d3'
11+
yellow: '#c5a332'
12+
cursor:
13+
cursor: '#f32759'
14+
text: '#ffffff'
15+
normal:
16+
black: '#373a41'
17+
blue: '#275fe4'
18+
cyan: '#27618d'
19+
green: '#23974a'
20+
magenta: '#823ff1'
21+
red: '#d52753'
22+
white: '#babbc2'
23+
yellow: '#df631c'
24+
primary:
25+
background: '#f9f9f9'
26+
foreground: '#373a41'
27+
selection:
28+
background: '#daf0ff'
29+
text: '#373a41'
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
# BlulocoDark
3+
printf "\033]4;0;#41444d;1;#fc2f52;2;#25a45c;3;#ff936a;4;#3476ff;5;#7a82da;6;#4483aa;7;#cdd4e0;8;#8f9aae;9;#ff6480;10;#3fc56b;11;#f9c859;12;#10b1fe;13;#ff78f8;14;#5fb9bc;15;#ffffff\007"
4+
printf "\033]10;#b9c0cb;#282c34;#ffcc00\007"
5+
printf "\033]17;#b9c0ca\007"
6+
printf "\033]19;#272b33\007"
7+
printf "\033]5;0;#ffffff\007"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
# BlulocoLight
3+
printf "\033]4;0;#373a41;1;#d52753;2;#23974a;3;#df631c;4;#275fe4;5;#823ff1;6;#27618d;7;#babbc2;8;#676a77;9;#ff6480;10;#3cbc66;11;#c5a332;12;#0099e1;13;#ce33c0;14;#6d93bb;15;#d3d3d3\007"
4+
printf "\033]10;#373a41;#f9f9f9;#f32759\007"
5+
printf "\033]17;#daf0ff\007"
6+
printf "\033]19;#373a41\007"
7+
printf "\033]5;0;#383a42\007"
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
themeName=BlulocoDark
3+
main=#ededed
4+
main-dark=#cccccc
5+
main-light=#fefefe
6+
text=#555
7+
text-light=#777
8+
text-dark=#444
9+
text-disabled=#888
10+
primary=#08c
11+
info=#FFD166
12+
success=#06D6A0
13+
error=#EF476F
14+
warn=#E55934
15+
warn=#E55934
16+
main=#282c34
17+
terminal:background=#282c34
18+
terminal:foreground=#b9c0cb
19+
terminal:cursor=#ffcc00
20+
terminal:selection=#b9c0ca
21+
terminal:cursorAccent=#282c34
22+
terminal:black=#41444d
23+
terminal:red=#fc2f52
24+
terminal:green=#25a45c
25+
terminal:yellow=#ff936a
26+
terminal:blue=#3476ff
27+
terminal:magenta=#7a82da
28+
terminal:cyan=#4483aa
29+
terminal:white=#cdd4e0
30+
terminal:brightBlack=#8f9aae
31+
terminal:brightRed=#ff6480
32+
terminal:brightGreen=#3fc56b
33+
terminal:brightYellow=#f9c859
34+
terminal:brightBlue=#10b1fe
35+
terminal:brightMagenta=#ff78f8
36+
terminal:brightCyan=#5fb9bc
37+
terminal:brightWhite=#ffffff
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
themeName=BlulocoLight
3+
main=#ededed
4+
main-dark=#cccccc
5+
main-light=#fefefe
6+
text=#555
7+
text-light=#777
8+
text-dark=#444
9+
text-disabled=#888
10+
primary=#08c
11+
info=#FFD166
12+
success=#06D6A0
13+
error=#EF476F
14+
warn=#E55934
15+
warn=#E55934
16+
main=#f9f9f9
17+
terminal:background=#f9f9f9
18+
terminal:foreground=#373a41
19+
terminal:cursor=#f32759
20+
terminal:selection=#daf0ff
21+
terminal:cursorAccent=#f9f9f9
22+
terminal:black=#373a41
23+
terminal:red=#d52753
24+
terminal:green=#23974a
25+
terminal:yellow=#df631c
26+
terminal:blue=#275fe4
27+
terminal:magenta=#823ff1
28+
terminal:cyan=#27618d
29+
terminal:white=#babbc2
30+
terminal:brightBlack=#676a77
31+
terminal:brightRed=#ff6480
32+
terminal:brightGreen=#3cbc66
33+
terminal:brightYellow=#c5a332
34+
terminal:brightBlue=#0099e1
35+
terminal:brightMagenta=#ce33c0
36+
terminal:brightCyan=#6d93bb
37+
terminal:brightWhite=#d3d3d3
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# BlulocoDark
2+
kern.vt.color.0.rgb="#41444d"
3+
kern.vt.color.1.rgb="#fc2f52"
4+
kern.vt.color.2.rgb="#25a45c"
5+
kern.vt.color.3.rgb="#ff936a"
6+
kern.vt.color.4.rgb="#3476ff"
7+
kern.vt.color.5.rgb="#7a82da"
8+
kern.vt.color.6.rgb="#4483aa"
9+
kern.vt.color.7.rgb="#b9c0cb"
10+
kern.vt.color.8.rgb="#8f9aae"
11+
kern.vt.color.9.rgb="#ff6480"
12+
kern.vt.color.10.rgb="#3fc56b"
13+
kern.vt.color.11.rgb="#f9c859"
14+
kern.vt.color.12.rgb="#10b1fe"
15+
kern.vt.color.13.rgb="#ff78f8"
16+
kern.vt.color.14.rgb="#5fb9bc"
17+
kern.vt.color.15.rgb="#ffffff"

0 commit comments

Comments
 (0)