Skip to content

Commit

Permalink
Add Flexoki themes (mbadolato#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbvaughan authored Oct 11, 2023
1 parent ed2d5b9 commit aed2a8f
Show file tree
Hide file tree
Showing 61 changed files with 2,130 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ The Flat theme was created by [ahmetsulek](https://github.com/ahmetsulek/flat-te

The Flatland theme was created by [realchaseadams](http://www.snip2code.com/Snippet/148193/Flatland-color-scheme-for-iTerm2)

The Flexoki theme was created by [kepano](https://stephango.com/flexoki)

The Floraverse theme was created by [papayakitty](http://floraverse.com/)

The Forest Blue theme was found [here](https://github.com/olkinn/forest-blue-iTerm)
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,14 @@ Do you want to convert existing iTerm themes to themes for your favorite termina

![Screenshot](screenshots/flatland.png)

### Flexoki Dark

![Screenshot](screenshots/flexoki-dark.png)

### Flexoki Light

![Screenshot](screenshots/flexoki-light.png)

### Floraverse

![Screenshot](screenshots/floraverse.png)
Expand Down
44 changes: 44 additions & 0 deletions Xresources/flexoki-dark
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #cecdc3
*.background: #1c1b1a
*.cursorColor: #cecdc3
!
! Black
*.color0: #1c1b1a
*.color8: #575653
!
! Red
*.color1: #d14d41
*.color9: #d14d41
!
! Green
*.color2: #879a39
*.color10: #879a39
!
! Yellow
*.color3: #d0a215
*.color11: #d0a215
!
! Blue
*.color4: #4385be
*.color12: #4385be
!
! Magenta
*.color5: #ce5d97
*.color13: #ce5d97
!
! Cyan
*.color6: #3aa99f
*.color14: #3aa99f
!
! White
*.color7: #b7b5ac
*.color15: #cecdc3
!
! Bold, Italic, Underline
*.colorBD: #fffcf0
!*.colorIT:
!*.colorUL:
44 changes: 44 additions & 0 deletions Xresources/flexoki-light
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #100f0f
*.background: #fffcf0
*.cursorColor: #100f0f
!
! Black
*.color0: #100f0f
*.color8: #575653
!
! Red
*.color1: #af3029
*.color9: #d14d41
!
! Green
*.color2: #66800b
*.color10: #879a39
!
! Yellow
*.color3: #ad8301
*.color11: #d0a215
!
! Blue
*.color4: #205ea6
*.color12: #4385be
!
! Magenta
*.color5: #a02f6f
*.color13: #ce5d97
!
! Cyan
*.color6: #24837b
*.color14: #3aa99f
!
! White
*.color7: #f2f0e5
*.color15: #fffcf0
!
! Bold, Italic, Underline
*.colorBD: #fffcf0
!*.colorIT:
!*.colorUL:
29 changes: 29 additions & 0 deletions alacritty/flexoki-dark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colors (flexoki-dark)
colors:
bright:
black: '#575653'
blue: '#4385be'
cyan: '#3aa99f'
green: '#879a39'
magenta: '#ce5d97'
red: '#d14d41'
white: '#cecdc3'
yellow: '#d0a215'
cursor:
cursor: '#cecdc3'
text: '#1c1b1a'
normal:
black: '#1c1b1a'
blue: '#4385be'
cyan: '#3aa99f'
green: '#879a39'
magenta: '#ce5d97'
red: '#d14d41'
white: '#b7b5ac'
yellow: '#d0a215'
primary:
background: '#1c1b1a'
foreground: '#cecdc3'
selection:
background: '#cecdc3'
text: '#4385be'
29 changes: 29 additions & 0 deletions alacritty/flexoki-light.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colors (flexoki-light)
colors:
bright:
black: '#575653'
blue: '#4385be'
cyan: '#3aa99f'
green: '#879a39'
magenta: '#ce5d97'
red: '#d14d41'
white: '#fffcf0'
yellow: '#d0a215'
cursor:
cursor: '#100f0f'
text: '#fffcf0'
normal:
black: '#100f0f'
blue: '#205ea6'
cyan: '#24837b'
green: '#66800b'
magenta: '#a02f6f'
red: '#af3029'
white: '#f2f0e5'
yellow: '#ad8301'
primary:
background: '#fffcf0'
foreground: '#100f0f'
selection:
background: '#cecdc3'
text: '#100f0f'
7 changes: 7 additions & 0 deletions dynamic-colors/flexoki-dark.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# flexoki-dark
printf "\033]4;0;#1c1b1a;1;#d14d41;2;#879a39;3;#d0a215;4;#4385be;5;#ce5d97;6;#3aa99f;7;#b7b5ac;8;#575653;9;#d14d41;10;#879a39;11;#d0a215;12;#4385be;13;#ce5d97;14;#3aa99f;15;#cecdc3\007"
printf "\033]10;#cecdc3;#1c1b1a;#cecdc3\007"
printf "\033]17;#cecdc3\007"
printf "\033]19;#4385be\007"
printf "\033]5;0;#fffcf0\007"
7 changes: 7 additions & 0 deletions dynamic-colors/flexoki-light.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# flexoki-light
printf "\033]4;0;#100f0f;1;#af3029;2;#66800b;3;#ad8301;4;#205ea6;5;#a02f6f;6;#24837b;7;#f2f0e5;8;#575653;9;#d14d41;10;#879a39;11;#d0a215;12;#4385be;13;#ce5d97;14;#3aa99f;15;#fffcf0\007"
printf "\033]10;#100f0f;#fffcf0;#100f0f\007"
printf "\033]17;#cecdc3\007"
printf "\033]19;#100f0f\007"
printf "\033]5;0;#fffcf0\007"
35 changes: 35 additions & 0 deletions electerm/flexoki-dark.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

themeName=flexoki-dark
main-dark=#000
main-light=#2E3338
text=#ddd
text-light=#fff
text-dark=#888
text-disabled=#777
primary=#08c
info=#FFD166
success=#06D6A0
error=#EF476F
warn=#E55934
main=#1c1b1a
terminal:background=#1c1b1a
terminal:foreground=#cecdc3
terminal:cursor=#cecdc3
terminal:selection=#cecdc3
terminal:cursorAccent=#1c1b1a
terminal:black=#1c1b1a
terminal:red=#d14d41
terminal:green=#879a39
terminal:yellow=#d0a215
terminal:blue=#4385be
terminal:magenta=#ce5d97
terminal:cyan=#3aa99f
terminal:white=#b7b5ac
terminal:brightBlack=#575653
terminal:brightRed=#d14d41
terminal:brightGreen=#879a39
terminal:brightYellow=#d0a215
terminal:brightBlue=#4385be
terminal:brightMagenta=#ce5d97
terminal:brightCyan=#3aa99f
terminal:brightWhite=#cecdc3
37 changes: 37 additions & 0 deletions electerm/flexoki-light.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

themeName=flexoki-light
main=#ededed
main-dark=#cccccc
main-light=#fefefe
text=#555
text-light=#777
text-dark=#444
text-disabled=#888
primary=#08c
info=#FFD166
success=#06D6A0
error=#EF476F
warn=#E55934
warn=#E55934
main=#fffcf0
terminal:background=#fffcf0
terminal:foreground=#100f0f
terminal:cursor=#100f0f
terminal:selection=#cecdc3
terminal:cursorAccent=#fffcf0
terminal:black=#100f0f
terminal:red=#af3029
terminal:green=#66800b
terminal:yellow=#ad8301
terminal:blue=#205ea6
terminal:magenta=#a02f6f
terminal:cyan=#24837b
terminal:white=#f2f0e5
terminal:brightBlack=#575653
terminal:brightRed=#d14d41
terminal:brightGreen=#879a39
terminal:brightYellow=#d0a215
terminal:brightBlue=#4385be
terminal:brightMagenta=#ce5d97
terminal:brightCyan=#3aa99f
terminal:brightWhite=#fffcf0
17 changes: 17 additions & 0 deletions freebsd_vt/flexoki-dark.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# flexoki-dark
kern.vt.color.0.rgb="#1c1b1a"
kern.vt.color.1.rgb="#d14d41"
kern.vt.color.2.rgb="#879a39"
kern.vt.color.3.rgb="#d0a215"
kern.vt.color.4.rgb="#4385be"
kern.vt.color.5.rgb="#ce5d97"
kern.vt.color.6.rgb="#3aa99f"
kern.vt.color.7.rgb="#cecdc3"
kern.vt.color.8.rgb="#575653"
kern.vt.color.9.rgb="#d14d41"
kern.vt.color.10.rgb="#879a39"
kern.vt.color.11.rgb="#d0a215"
kern.vt.color.12.rgb="#4385be"
kern.vt.color.13.rgb="#ce5d97"
kern.vt.color.14.rgb="#3aa99f"
kern.vt.color.15.rgb="#cecdc3"
17 changes: 17 additions & 0 deletions freebsd_vt/flexoki-light.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# flexoki-light
kern.vt.color.0.rgb="#100f0f"
kern.vt.color.1.rgb="#af3029"
kern.vt.color.2.rgb="#66800b"
kern.vt.color.3.rgb="#ad8301"
kern.vt.color.4.rgb="#205ea6"
kern.vt.color.5.rgb="#a02f6f"
kern.vt.color.6.rgb="#24837b"
kern.vt.color.7.rgb="#100f0f"
kern.vt.color.8.rgb="#575653"
kern.vt.color.9.rgb="#d14d41"
kern.vt.color.10.rgb="#879a39"
kern.vt.color.11.rgb="#d0a215"
kern.vt.color.12.rgb="#4385be"
kern.vt.color.13.rgb="#ce5d97"
kern.vt.color.14.rgb="#3aa99f"
kern.vt.color.15.rgb="#fffcf0"
21 changes: 21 additions & 0 deletions ghostty/flexoki-dark
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
palette = 0=#1c1b1a
palette = 1=#d14d41
palette = 2=#879a39
palette = 3=#d0a215
palette = 4=#4385be
palette = 5=#ce5d97
palette = 6=#3aa99f
palette = 7=#b7b5ac
palette = 8=#575653
palette = 9=#d14d41
palette = 10=#879a39
palette = 11=#d0a215
palette = 12=#4385be
palette = 13=#ce5d97
palette = 14=#3aa99f
palette = 15=#cecdc3
background = 1c1b1a
foreground = cecdc3
cursor-color = cecdc3
selection-background = cecdc3
selection-foreground = 4385be
21 changes: 21 additions & 0 deletions ghostty/flexoki-light
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
palette = 0=#100f0f
palette = 1=#af3029
palette = 2=#66800b
palette = 3=#ad8301
palette = 4=#205ea6
palette = 5=#a02f6f
palette = 6=#24837b
palette = 7=#f2f0e5
palette = 8=#575653
palette = 9=#d14d41
palette = 10=#879a39
palette = 11=#d0a215
palette = 12=#4385be
palette = 13=#ce5d97
palette = 14=#3aa99f
palette = 15=#fffcf0
background = fffcf0
foreground = 100f0f
cursor-color = 100f0f
selection-background = cecdc3
selection-foreground = 100f0f
44 changes: 44 additions & 0 deletions hexchat/flexoki-dark.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@


color_0 = b7b7 b5b5 acac
color_1 = 1c1c 1b1b 1a1a
color_2 = 4343 8585 bebe
color_3 = 8787 9a9a 3939
color_4 = d1d1 4d4d 4141
color_5 = d0d0 a2a2 1515
color_6 = cece 5d5d 9797
color_7 = d1d1 4d4d 4141
color_8 = d0d0 a2a2 1515
color_9 = 8787 9a9a 3939
color_10 = 3a3a a9a9 9f9f
color_11 = 3a3a a9a9 9f9f
color_12 = 4343 8585 bebe
color_13 = cece 5d5d 9797
color_14 = 5757 5656 5353
color_15 = cece cdcd c3c3
color_16 = b7b7 b5b5 acac
color_17 = 1c1c 1b1b 1a1a
color_18 = 4343 8585 bebe
color_19 = 8787 9a9a 3939
color_20 = d1d1 4d4d 4141
color_21 = d0d0 a2a2 1515
color_22 = cece 5d5d 9797
color_23 = d1d1 4d4d 4141
color_24 = d0d0 a2a2 1515
color_25 = 8787 9a9a 3939
color_26 = 3a3a a9a9 9f9f
color_27 = 3a3a a9a9 9f9f
color_28 = 4343 8585 bebe
color_29 = cece 5d5d 9797
color_30 = 5757 5656 5353
color_31 = cece cdcd c3c3
color_256 = 4343 8585 bebe
color_257 = cece cdcd c3c3
color_258 = cece cdcd c3c3
color_259 = 1c1c 1b1b 1a1a
color_260 = d0d0 a2a2 1515
color_261 = 4343 8585 bebe
color_262 = 8787 9a9a 3939
color_263 = d1d1 4d4d 4141
color_264 = cece cdcd c3c3
color_265 = d1d1 4d4d 4141
Loading

0 comments on commit aed2a8f

Please sign in to comment.