example themes
This commit is contained in:
parent
ec96b60eb4
commit
55cacbe763
10 changed files with 300 additions and 0 deletions
30
examples/themes/catppuccin-frappe.srf
Normal file
30
examples/themes/catppuccin-frappe.srf
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#!srfv1
|
||||
# Catppuccin Frappe - https://catppuccin.com (dark)
|
||||
# Install: cp this file to ~/.config/zfin/theme.srf
|
||||
# Used by both the TUI and `--export-chart` PNG export.
|
||||
#
|
||||
# All values are hex RGB: #rrggbb
|
||||
bg::#303446
|
||||
bg_panel::#292c3c
|
||||
bg_element::#414559
|
||||
tab_bg::#292c3c
|
||||
tab_fg::#838ba7
|
||||
tab_active_bg::#ca9ee6
|
||||
tab_active_fg::#303446
|
||||
text::#c6d0f5
|
||||
text_muted::#a5adce
|
||||
text_dim::#737994
|
||||
status_bg::#292c3c
|
||||
status_fg::#a5adce
|
||||
input_bg::#414559
|
||||
input_fg::#ca9ee6
|
||||
input_hint::#737994
|
||||
accent::#ca9ee6
|
||||
positive::#a6d189
|
||||
negative::#e78284
|
||||
warning::#e5c890
|
||||
info::#99d1db
|
||||
select_bg::#51576d
|
||||
select_fg::#f2d5cf
|
||||
border::#51576d
|
||||
bar_fill::#8caaee
|
||||
30
examples/themes/catppuccin-macchiato.srf
Normal file
30
examples/themes/catppuccin-macchiato.srf
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#!srfv1
|
||||
# Catppuccin Macchiato - https://catppuccin.com (dark)
|
||||
# Install: cp this file to ~/.config/zfin/theme.srf
|
||||
# Used by both the TUI and `--export-chart` PNG export.
|
||||
#
|
||||
# All values are hex RGB: #rrggbb
|
||||
bg::#24273a
|
||||
bg_panel::#1e2030
|
||||
bg_element::#363a4f
|
||||
tab_bg::#1e2030
|
||||
tab_fg::#8087a2
|
||||
tab_active_bg::#c6a0f6
|
||||
tab_active_fg::#24273a
|
||||
text::#cad3f5
|
||||
text_muted::#a5adcb
|
||||
text_dim::#6e738d
|
||||
status_bg::#1e2030
|
||||
status_fg::#a5adcb
|
||||
input_bg::#363a4f
|
||||
input_fg::#c6a0f6
|
||||
input_hint::#6e738d
|
||||
accent::#c6a0f6
|
||||
positive::#a6da95
|
||||
negative::#ed8796
|
||||
warning::#eed49f
|
||||
info::#91d7e3
|
||||
select_bg::#494d64
|
||||
select_fg::#f4dbd6
|
||||
border::#494d64
|
||||
bar_fill::#8aadf4
|
||||
30
examples/themes/catppuccin-mocha.srf
Normal file
30
examples/themes/catppuccin-mocha.srf
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#!srfv1
|
||||
# Catppuccin Mocha - https://catppuccin.com (dark)
|
||||
# Install: cp this file to ~/.config/zfin/theme.srf
|
||||
# Used by both the TUI and `--export-chart` PNG export.
|
||||
#
|
||||
# All values are hex RGB: #rrggbb
|
||||
bg::#1e1e2e
|
||||
bg_panel::#181825
|
||||
bg_element::#313244
|
||||
tab_bg::#181825
|
||||
tab_fg::#7f849c
|
||||
tab_active_bg::#cba6f7
|
||||
tab_active_fg::#1e1e2e
|
||||
text::#cdd6f4
|
||||
text_muted::#a6adc8
|
||||
text_dim::#6c7086
|
||||
status_bg::#181825
|
||||
status_fg::#a6adc8
|
||||
input_bg::#313244
|
||||
input_fg::#cba6f7
|
||||
input_hint::#6c7086
|
||||
accent::#cba6f7
|
||||
positive::#a6e3a1
|
||||
negative::#f38ba8
|
||||
warning::#f9e2af
|
||||
info::#89dceb
|
||||
select_bg::#45475a
|
||||
select_fg::#f5e0dc
|
||||
border::#45475a
|
||||
bar_fill::#89b4fa
|
||||
30
examples/themes/dracula.srf
Normal file
30
examples/themes/dracula.srf
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#!srfv1
|
||||
# Dracula - https://draculatheme.com (dark)
|
||||
# Install: cp this file to ~/.config/zfin/theme.srf
|
||||
# Used by both the TUI and `--export-chart` PNG export.
|
||||
#
|
||||
# All values are hex RGB: #rrggbb
|
||||
bg::#282a36
|
||||
bg_panel::#21222c
|
||||
bg_element::#343746
|
||||
tab_bg::#21222c
|
||||
tab_fg::#6272a4
|
||||
tab_active_bg::#bd93f9
|
||||
tab_active_fg::#282a36
|
||||
text::#f8f8f2
|
||||
text_muted::#6272a4
|
||||
text_dim::#4a4d63
|
||||
status_bg::#21222c
|
||||
status_fg::#6272a4
|
||||
input_bg::#343746
|
||||
input_fg::#bd93f9
|
||||
input_hint::#6272a4
|
||||
accent::#bd93f9
|
||||
positive::#50fa7b
|
||||
negative::#ff5555
|
||||
warning::#f1fa8c
|
||||
info::#8be9fd
|
||||
select_bg::#44475a
|
||||
select_fg::#f8f8f2
|
||||
border::#44475a
|
||||
bar_fill::#8be9fd
|
||||
30
examples/themes/gruvbox-dark.srf
Normal file
30
examples/themes/gruvbox-dark.srf
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#!srfv1
|
||||
# Gruvbox Dark - morhetz/gruvbox (dark, medium contrast)
|
||||
# Install: cp this file to ~/.config/zfin/theme.srf
|
||||
# Used by both the TUI and `--export-chart` PNG export.
|
||||
#
|
||||
# All values are hex RGB: #rrggbb
|
||||
bg::#282828
|
||||
bg_panel::#1d2021
|
||||
bg_element::#3c3836
|
||||
tab_bg::#1d2021
|
||||
tab_fg::#928374
|
||||
tab_active_bg::#fe8019
|
||||
tab_active_fg::#282828
|
||||
text::#ebdbb2
|
||||
text_muted::#a89984
|
||||
text_dim::#928374
|
||||
status_bg::#1d2021
|
||||
status_fg::#a89984
|
||||
input_bg::#3c3836
|
||||
input_fg::#fe8019
|
||||
input_hint::#928374
|
||||
accent::#d3869b
|
||||
positive::#b8bb26
|
||||
negative::#fb4934
|
||||
warning::#fabd2f
|
||||
info::#8ec07c
|
||||
select_bg::#504945
|
||||
select_fg::#fbf1c7
|
||||
border::#504945
|
||||
bar_fill::#83a598
|
||||
30
examples/themes/molokai.srf
Normal file
30
examples/themes/molokai.srf
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#!srfv1
|
||||
# Molokai - Tomas Restrepo's Vim palette, a darker Monokai variant
|
||||
# Install: cp this file to ~/.config/zfin/theme.srf
|
||||
# Used by both the TUI and `--export-chart` PNG export.
|
||||
#
|
||||
# All values are hex RGB: #rrggbb
|
||||
bg::#1b1d1e
|
||||
bg_panel::#131415
|
||||
bg_element::#232526
|
||||
tab_bg::#131415
|
||||
tab_fg::#7e8e91
|
||||
tab_active_bg::#fd971f
|
||||
tab_active_fg::#1b1d1e
|
||||
text::#f8f8f2
|
||||
text_muted::#7e8e91
|
||||
text_dim::#465457
|
||||
status_bg::#131415
|
||||
status_fg::#7e8e91
|
||||
input_bg::#232526
|
||||
input_fg::#fd971f
|
||||
input_hint::#465457
|
||||
accent::#ae81ff
|
||||
positive::#a6e22e
|
||||
negative::#f92672
|
||||
warning::#e6db74
|
||||
info::#66d9ef
|
||||
select_bg::#403d3d
|
||||
select_fg::#f8f8f2
|
||||
border::#403d3d
|
||||
bar_fill::#66d9ef
|
||||
30
examples/themes/monokai.srf
Normal file
30
examples/themes/monokai.srf
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#!srfv1
|
||||
# Monokai - classic Sublime Text palette (dark)
|
||||
# Install: cp this file to ~/.config/zfin/theme.srf
|
||||
# Used by both the TUI and `--export-chart` PNG export.
|
||||
#
|
||||
# All values are hex RGB: #rrggbb
|
||||
bg::#272822
|
||||
bg_panel::#21221c
|
||||
bg_element::#3e3d32
|
||||
tab_bg::#21221c
|
||||
tab_fg::#75715e
|
||||
tab_active_bg::#fd971f
|
||||
tab_active_fg::#272822
|
||||
text::#f8f8f2
|
||||
text_muted::#75715e
|
||||
text_dim::#565449
|
||||
status_bg::#21221c
|
||||
status_fg::#75715e
|
||||
input_bg::#3e3d32
|
||||
input_fg::#fd971f
|
||||
input_hint::#75715e
|
||||
accent::#ae81ff
|
||||
positive::#a6e22e
|
||||
negative::#f92672
|
||||
warning::#e6db74
|
||||
info::#66d9ef
|
||||
select_bg::#49483e
|
||||
select_fg::#f8f8f2
|
||||
border::#49483e
|
||||
bar_fill::#66d9ef
|
||||
30
examples/themes/nord.srf
Normal file
30
examples/themes/nord.srf
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#!srfv1
|
||||
# Nord - https://nordtheme.com (dark)
|
||||
# Install: cp this file to ~/.config/zfin/theme.srf
|
||||
# Used by both the TUI and `--export-chart` PNG export.
|
||||
#
|
||||
# All values are hex RGB: #rrggbb
|
||||
bg::#2e3440
|
||||
bg_panel::#272c36
|
||||
bg_element::#3b4252
|
||||
tab_bg::#272c36
|
||||
tab_fg::#4c566a
|
||||
tab_active_bg::#88c0d0
|
||||
tab_active_fg::#2e3440
|
||||
text::#d8dee9
|
||||
text_muted::#7b88a1
|
||||
text_dim::#4c566a
|
||||
status_bg::#272c36
|
||||
status_fg::#7b88a1
|
||||
input_bg::#3b4252
|
||||
input_fg::#88c0d0
|
||||
input_hint::#4c566a
|
||||
accent::#b48ead
|
||||
positive::#a3be8c
|
||||
negative::#bf616a
|
||||
warning::#ebcb8b
|
||||
info::#88c0d0
|
||||
select_bg::#434c5e
|
||||
select_fg::#eceff4
|
||||
border::#4c566a
|
||||
bar_fill::#81a1c1
|
||||
30
examples/themes/solarized-dark.srf
Normal file
30
examples/themes/solarized-dark.srf
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#!srfv1
|
||||
# Solarized Dark - Ethan Schoonover (https://ethanschoonover.com/solarized)
|
||||
# Install: cp this file to ~/.config/zfin/theme.srf
|
||||
# Used by both the TUI and `--export-chart` PNG export.
|
||||
#
|
||||
# All values are hex RGB: #rrggbb
|
||||
bg::#002b36
|
||||
bg_panel::#073642
|
||||
bg_element::#073642
|
||||
tab_bg::#073642
|
||||
tab_fg::#586e75
|
||||
tab_active_bg::#268bd2
|
||||
tab_active_fg::#002b36
|
||||
text::#839496
|
||||
text_muted::#657b83
|
||||
text_dim::#586e75
|
||||
status_bg::#073642
|
||||
status_fg::#657b83
|
||||
input_bg::#073642
|
||||
input_fg::#268bd2
|
||||
input_hint::#586e75
|
||||
accent::#268bd2
|
||||
positive::#859900
|
||||
negative::#dc322f
|
||||
warning::#b58900
|
||||
info::#2aa198
|
||||
select_bg::#094e5c
|
||||
select_fg::#93a1a1
|
||||
border::#586e75
|
||||
bar_fill::#268bd2
|
||||
30
examples/themes/tokyo-night.srf
Normal file
30
examples/themes/tokyo-night.srf
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#!srfv1
|
||||
# Tokyo Night - enkia/tokyo-night (the "night" variant, dark)
|
||||
# Install: cp this file to ~/.config/zfin/theme.srf
|
||||
# Used by both the TUI and `--export-chart` PNG export.
|
||||
#
|
||||
# All values are hex RGB: #rrggbb
|
||||
bg::#1a1b26
|
||||
bg_panel::#16161e
|
||||
bg_element::#292e42
|
||||
tab_bg::#16161e
|
||||
tab_fg::#565f89
|
||||
tab_active_bg::#7aa2f7
|
||||
tab_active_fg::#1a1b26
|
||||
text::#c0caf5
|
||||
text_muted::#565f89
|
||||
text_dim::#414868
|
||||
status_bg::#16161e
|
||||
status_fg::#565f89
|
||||
input_bg::#292e42
|
||||
input_fg::#7aa2f7
|
||||
input_hint::#565f89
|
||||
accent::#bb9af7
|
||||
positive::#9ece6a
|
||||
negative::#f7768e
|
||||
warning::#e0af68
|
||||
info::#7dcfff
|
||||
select_bg::#33384d
|
||||
select_fg::#c0caf5
|
||||
border::#3b4261
|
||||
bar_fill::#7aa2f7
|
||||
Loading…
Add table
Reference in a new issue