This commit is contained in:
2025-11-21 18:47:04 -05:00
commit 239c1fec55
6 changed files with 132 additions and 0 deletions

1
fuzzel.ini Symbolic link
View File

@@ -0,0 +1 @@
/home/lw/.config/fuzzel/t_gruvbox.ini

41
t_base16.ini Normal file
View File

@@ -0,0 +1,41 @@
[main]
font=SourceCodePro:size=12
lines=20
width=75
prompt="Run... "
[colors]
# Base-16 Linux TTY Theme
# Background/Foreground
background=000000ff
text=aaaaааff
prompt=aaaaaaff
# Selection
selection=000080ff
selection-text=ffffffef
selection-match=55ff55ff
# Matches
match=00ff00ff
# Border
border=555555ff
# Base-16 color definitions (for reference)
# base00 (background): 000000
# base01 (lighter bg): 222222
# base02 (selection): 444444
# base03 (comments): 666666
# base04 (dark fg): 888888
# base05 (default fg): aaaaaa
# base06 (light fg): cccccc
# base07 (bright fg): ffffff
# base08 (red): aa0000
# base09 (orange): aa5500
# base0A (yellow): aaaa00
# base0B (green): 00aa00
# base0C (cyan): 00aaaa
# base0D (blue): 0000aa
# base0E (magenta): aa00aa
# base0F (brown): aa5500

15
t_everforest.ini Normal file
View File

@@ -0,0 +1,15 @@
[main]
font=SourceCodePro:size=12
terminal=foot
lines=20
width=75
prompt="Run... "
[colors]
background=1e2326ff
text=d3c6aaff
match=a7c080ff
selection=e67e80ff
selection-text=272e33ff
border=7fbbb3ff

14
t_gruvbox.ini Normal file
View File

@@ -0,0 +1,14 @@
[main]
font=SourceCodePro:size=12
lines=20
width=75
prompt="Run... "
[colors]
background=1d2021ff
text=ebdbb2ff
match=b8bb26ff
selection=458588ff
selection-text=ebdbb2ff
border=3c3836ff

15
t_monokai-pro.ini Normal file
View File

@@ -0,0 +1,15 @@
[main]
font=SourceCodePro:size=12
terminal=foot
lines=20
width=75
prompt="Run... "
[colors]
background=2c2525ff
text=ffffffff
match=ffd866ff
selection=403838ff
selection-text=ffffffff
border=fc9867ff

46
t_nord.ini Normal file
View File

@@ -0,0 +1,46 @@
[main]
font=SourceCodePro:size=12
lines=20
width=75
prompt="Run... "
[colors]
# Nord Theme
# Background/Foreground
background=2e3440ff
text=d8dee9ff
prompt=81a1c1ff
# Selection
selection=4c566aff
selection-text=e5e9f0ff
selection-match=a3be8cff
# Matches
match=a3be8cff
# Border
border=5e81acff
# Nord reference palette
# Polar Night
# nord0 (background): 2e3440
# nord1: 3b4252
# nord2: 434c5e
# nord3: 4c566a
# Snow Storm
# nord4: d8dee9
# nord5: e5e9f0
# nord6: eceff4
# Frost
# nord7: 8fbcbb
# nord8: 88c0d0
# nord9: 81a1c1
# nord10: 5e81ac
# Aurora
# nord11 (red): bf616a
# nord12 (orange): d08770
# nord13 (yellow): ebcb8b
# nord14 (green): a3be8c
# nord15 (purple): b48ead