Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Firefly Traditional theme #426

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ The FairyFloss theme was created by [rebecabordini](https://github.com/rebecabor

The Fideloper theme was inspired by [Fideloper](http://fideloper.com/)

The Firefly Traditional theme was created by [Seunghun Thomas Lee](https://github.com/stlee42)

The FirefoxDev theme was created by [Or3stis](https://github.com/Or3stis)

The Firewatch theme was created by [Sebastian Szturo](https://github.com/SebastianSzturo) as an [atom syntax theme](https://atom.io/themes/firewatch-syntax) and ported to an iTerm scheme by [Ben Styles](https://github.com/leeds-ebooks). It was originally inspired by the [Firewatch game](http://www.firewatchgame.com/).
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,10 @@ Do you want to convert existing iTerm themes to themes for your favorite termina

![Screenshot](screenshots/fideloper.png)

### Firefly Traditional

![Screenshot](screenshots/firefly-traditional.png)

### FirefoxDev

![Screenshot](screenshots/firefox_dev.png)
Expand Down
44 changes: 44 additions & 0 deletions Xresources/Firefly Traditional
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #f5f5f5
*.background: #000000
*.cursorColor: #00f900
!
! Black
*.color0: #000000
*.color8: #828282
!
! Red
*.color1: #c23720
*.color9: #ff3b1e
!
! Green
*.color2: #33bc26
*.color10: #2ee720
!
! Yellow
*.color3: #afad24
*.color11: #ecec16
!
! Blue
*.color4: #5a63ff
*.color12: #838dff
!
! Magenta
*.color5: #d53ad2
*.color13: #ff5cfe
!
! Cyan
*.color6: #33bbc7
*.color14: #29f0f0
!
! White
*.color7: #cccccc
*.color15: #ebebeb
!
! Bold, Italic, Underline
*.colorBD: #ffffff
!*.colorIT:
!*.colorUL:
29 changes: 29 additions & 0 deletions alacritty/Firefly Traditional.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colors (Firefly Traditional)
colors:
bright:
black: '#828282'
blue: '#838dff'
cyan: '#29f0f0'
green: '#2ee720'
magenta: '#ff5cfe'
red: '#ff3b1e'
white: '#ebebeb'
yellow: '#ecec16'
cursor:
cursor: '#00f900'
text: '#ffffff'
normal:
black: '#000000'
blue: '#5a63ff'
cyan: '#33bbc7'
green: '#33bc26'
magenta: '#d53ad2'
red: '#c23720'
white: '#cccccc'
yellow: '#afad24'
primary:
background: '#000000'
foreground: '#f5f5f5'
selection:
background: '#cfeac6'
text: '#000000'
7 changes: 7 additions & 0 deletions dynamic-colors/Firefly Traditional.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# Firefly Traditional
printf "\033]4;0;#000000;1;#c23720;2;#33bc26;3;#afad24;4;#5a63ff;5;#d53ad2;6;#33bbc7;7;#cccccc;8;#828282;9;#ff3b1e;10;#2ee720;11;#ecec16;12;#838dff;13;#ff5cfe;14;#29f0f0;15;#ebebeb\007"
printf "\033]10;#f5f5f5;#000000;#00f900\007"
printf "\033]17;#cfeac6\007"
printf "\033]19;#000000\007"
printf "\033]5;0;#ffffff\007"
35 changes: 35 additions & 0 deletions electerm/Firefly Traditional.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

themeName=Firefly Traditional
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=#000000
terminal:background=#000000
terminal:foreground=#f5f5f5
terminal:cursor=#00f900
terminal:selection=#cfeac6
terminal:cursorAccent=#000000
terminal:black=#000000
terminal:red=#c23720
terminal:green=#33bc26
terminal:yellow=#afad24
terminal:blue=#5a63ff
terminal:magenta=#d53ad2
terminal:cyan=#33bbc7
terminal:white=#cccccc
terminal:brightBlack=#828282
terminal:brightRed=#ff3b1e
terminal:brightGreen=#2ee720
terminal:brightYellow=#ecec16
terminal:brightBlue=#838dff
terminal:brightMagenta=#ff5cfe
terminal:brightCyan=#29f0f0
terminal:brightWhite=#ebebeb
17 changes: 17 additions & 0 deletions freebsd_vt/Firefly Traditional.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Firefly Traditional
kern.vt.color.0.rgb="#000000"
kern.vt.color.1.rgb="#c23720"
kern.vt.color.2.rgb="#33bc26"
kern.vt.color.3.rgb="#afad24"
kern.vt.color.4.rgb="#5a63ff"
kern.vt.color.5.rgb="#d53ad2"
kern.vt.color.6.rgb="#33bbc7"
kern.vt.color.7.rgb="#f5f5f5"
kern.vt.color.8.rgb="#828282"
kern.vt.color.9.rgb="#ff3b1e"
kern.vt.color.10.rgb="#2ee720"
kern.vt.color.11.rgb="#ecec16"
kern.vt.color.12.rgb="#838dff"
kern.vt.color.13.rgb="#ff5cfe"
kern.vt.color.14.rgb="#29f0f0"
kern.vt.color.15.rgb="#ebebeb"
21 changes: 21 additions & 0 deletions ghostty/Firefly Traditional
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
palette = 0=#000000
palette = 1=#c23720
palette = 2=#33bc26
palette = 3=#afad24
palette = 4=#5a63ff
palette = 5=#d53ad2
palette = 6=#33bbc7
palette = 7=#cccccc
palette = 8=#828282
palette = 9=#ff3b1e
palette = 10=#2ee720
palette = 11=#ecec16
palette = 12=#838dff
palette = 13=#ff5cfe
palette = 14=#29f0f0
palette = 15=#ebebeb
background = 000000
foreground = f5f5f5
cursor-color = 00f900
selection-background = cfeac6
selection-foreground = 000000
44 changes: 44 additions & 0 deletions hexchat/Firefly Traditional.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@


color_0 = cccc cccc cccc
color_1 = 0000 0000 0000
color_2 = 5a5a 6363 ffff
color_3 = 3333 bcbc 2626
color_4 = c2c2 3737 2020
color_5 = afaf adad 2424
color_6 = d5d5 3a3a d2d2
color_7 = ffff 3b3b 1e1e
color_8 = ecec ecec 1616
color_9 = 2e2e e7e7 2020
color_10 = 3333 bbbb c7c7
color_11 = 2929 f0f0 f0f0
color_12 = 8383 8d8d ffff
color_13 = ffff 5c5c fefe
color_14 = 8282 8282 8282
color_15 = ebeb ebeb ebeb
color_16 = cccc cccc cccc
color_17 = 0000 0000 0000
color_18 = 5a5a 6363 ffff
color_19 = 3333 bcbc 2626
color_20 = c2c2 3737 2020
color_21 = afaf adad 2424
color_22 = d5d5 3a3a d2d2
color_23 = ffff 3b3b 1e1e
color_24 = ecec ecec 1616
color_25 = 2e2e e7e7 2020
color_26 = 3333 bbbb c7c7
color_27 = 2929 f0f0 f0f0
color_28 = 8383 8d8d ffff
color_29 = ffff 5c5c fefe
color_30 = 8282 8282 8282
color_31 = ebeb ebeb ebeb
color_256 = 0000 0000 0000
color_257 = cfcf eaea c6c6
color_258 = f5f5 f5f5 f5f5
color_259 = 0000 0000 0000
color_260 = afaf adad 2424
color_261 = 5a5a 6363 ffff
color_262 = 3333 bcbc 2626
color_263 = ffff 3b3b 1e1e
color_264 = ebeb ebeb ebeb
color_265 = c2c2 3737 2020
24 changes: 24 additions & 0 deletions iterm-dynamic-colors/Firefly Traditional.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/sh
# Firefly Traditional
printf "\033]P0000000\033\\"
printf "\033]P1c23720\033\\"
printf "\033]P233bc26\033\\"
printf "\033]P3afad24\033\\"
printf "\033]P45a63ff\033\\"
printf "\033]P5d53ad2\033\\"
printf "\033]P633bbc7\033\\"
printf "\033]P7cccccc\033\\"
printf "\033]P8828282\033\\"
printf "\033]P9ff3b1e\033\\"
printf "\033]Pa2ee720\033\\"
printf "\033]Pbecec16\033\\"
printf "\033]Pc838dff\033\\"
printf "\033]Pdff5cfe\033\\"
printf "\033]Pe29f0f0\033\\"
printf "\033]Pfebebeb\033\\"
printf "\033]Pgf5f5f5\033\\"
printf "\033]Ph000000\033\\"
printf "\033]Pl00f900\033\\"
printf "\033]Pjcfeac6\033\\"
printf "\033]Pk000000\033\\"
printf "\033]Piffffff\033\\"
21 changes: 21 additions & 0 deletions kitty/Firefly Traditional.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
color0 #000000
color1 #c23720
color2 #33bc26
color3 #afad24
color4 #5a63ff
color5 #d53ad2
color6 #33bbc7
color7 #cccccc
color8 #828282
color9 #ff3b1e
color10 #2ee720
color11 #ecec16
color12 #838dff
color13 #ff5cfe
color14 #29f0f0
color15 #ebebeb
background #000000
selection_foreground #000000
cursor #00f900
foreground #f5f5f5
selection_background #f5f5f5
65 changes: 65 additions & 0 deletions konsole/Firefly Traditional.colorscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[General]
Description=Firefly Traditional
Opacity=1
Wallpaper=

[Background]
Color=0,0,0

[BackgroundIntense]
Color=0,0,0

[Foreground]
Color=245,245,245

[ForegroundIntense]
Color=255,255,255

[Color0]
Color=0,0,0

[Color1]
Color=194,55,32

[Color2Intense]
Color=46,231,32

[Color3Intense]
Color=236,236,22

[Color4Intense]
Color=131,141,255

[Color5Intense]
Color=255,92,254

[Color6Intense]
Color=41,240,240

[Color7Intense]
Color=235,235,235

[Color2]
Color=51,188,38

[Color3]
Color=175,173,36

[Color4]
Color=90,99,255

[Color5]
Color=213,58,210

[Color6]
Color=51,187,199

[Color7]
Color=204,204,204

[Color0Intense]
Color=130,130,130

[Color1Intense]
Color=255,59,30

20 changes: 20 additions & 0 deletions lxterminal/Firefly Traditional.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
;Paste the following configurations in thecorresponding place in lxterminal.conf.
bgcolor=rgba(0,0,0,1)
fgcolor=rgb(245,245,245)
palette_color_0=rgb(0,0,0)
palette_color_1=rgb(194,55,32)
palette_color_10=rgb(46,231,32)
palette_color_11=rgb(236,236,22)
palette_color_12=rgb(131,141,255)
palette_color_13=rgb(255,92,254)
palette_color_14=rgb(41,240,240)
palette_color_15=rgb(235,235,235)
palette_color_2=rgb(51,188,38)
palette_color_3=rgb(175,173,36)
palette_color_4=rgb(90,99,255)
palette_color_5=rgb(213,58,210)
palette_color_6=rgb(51,187,199)
palette_color_7=rgb(204,204,204)
palette_color_8=rgb(130,130,130)
palette_color_9=rgb(255,59,30)
color_preset=Firefly Traditional
23 changes: 23 additions & 0 deletions mobaxterm/Firefly Traditional.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
;Paste the following configurations in the corresponding place in MobaXterm.ini.
;Theme: Firefly Traditional
[Colors]
DefaultColorScheme=0
BackgroundColour=0,0,0
ForegroundColour=245,245,245
CursorColour=0,249,0
Black=0,0,0
Red=194,55,32
BoldGreen=46,231,32
BoldYellow=236,236,22
BoldBlue=131,141,255
BoldMagenta=255,92,254
BoldCyan=41,240,240
BoldWhite=235,235,235
Green=51,188,38
Yellow=175,173,36
Blue=90,99,255
Magenta=213,58,210
Cyan=51,187,199
White=204,204,204
BoldBlack=130,130,130
BoldRed=255,59,30
9 changes: 9 additions & 0 deletions pantheonterminal/Firefly Traditional.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
dconf load /org/pantheon/terminal/settings/ <<COLORS
[/]
name='Firefly Traditional'
cursor-color='#00f900'
foreground='#f5f5f5'
background='rgba(0,0,0,.95)'
palette='#000000:#c23720:#33bc26:#afad24:#5a63ff:#d53ad2:#33bbc7:#cccccc:#828282:#ff3b1e:#2ee720:#ecec16:#838dff:#ff5cfe:#29f0f0:#ebebeb'
COLORS
Loading