Skip to content
Max Del Canto edited this page Jun 16, 2024 · 14 revisions

Welcome to the Fluoromachine.nvim wiki!

Here you can find schemes for your terminal, and you can add more schemes if you want.

Windows Terminal Theme

 "schemes": [
        {
            "background": "#262335",
            "black": "#495495",
            "blue": "#57CBE6",
            "brightBlack": "#262335",
            "brightBlue": "#46A2B8",
            "brightCyan": "#81E8FF",
            "brightGreen": "#8EF4C6",
            "brightPurple": "#BF8AFA",
            "brightRed": "#FE6973",
            "brightWhite": "#FFFFFF",
            "brightYellow": "#FFD633",
            "cursorColor": "#72F1B8",
            "cyan": "#61E2FF",
            "foreground": "#F8F8F8",
            "green": "#72F1B8",
            "name": "Retrowave",
            "purple": "#AF6DF9",
            "red": "#FE4450",
            "selectionBackground": "#463465",
            "white": "#F8F8F8",
            "yellow": "#FFCC00"
        },
        {
            "background": "#2B2233",
            "black": "#1E1824",
            "blue": "#FF67D4",
            "brightBlack": "#925393",
            "brightBlue": "#CC52AA",
            "brightCyan": "#ADFFFC",
            "brightGreen": "#CDFFAD",
            "brightPurple": "#DDADFF",
            "brightRed": "#FFADC2",
            "brightWhite": "#EFEFFD",
            "brightYellow": "#F1FFAD",
            "cursorColor": "#FFADC2",
            "cyan": "#98FFFB",
            "foreground": "#EFEFFD",
            "green": "#C0FF98",
            "name": "Delta",
            "purple": "#D598FF",
            "red": "#FF98B3",
            "selectionBackground": "#492949",
            "white": "#EFEFFD",
            "yellow": "#EDFF98"
        },
        {
            "background": "#200933",
            "black": "#241B2F",
            "blue": "#FFCC00",
            "brightBlack": "#262335",
            "brightBlue": "#CCA300",
            "brightCyan": "#81E8FF",
            "brightGreen": "#5BC193",
            "brightPurple": "#CA147B",
            "brightRed": "#FE6973",
            "brightWhite": "#8BA7A7",
            "brightYellow": "#CA147B",
            "cursorColor": "#8BA7A7",
            "cyan": "#61E2FF",
            "foreground": "#8BA7A7",
            "green": "#72F1B8",
            "name": "Fluoromachine",
            "purple": "#FC199A",
            "red": "#FE4450",
            "selectionBackground": "#463465",
            "white": "#8BA7A7",
            "yellow": "#FC199A"
        }
]

Kitty terminal

Delta

# Installation instructions:
#
#  cp delta.conf ~/.config/kitty/
#  echo "include delta.conf" >> ~/.config/kitty/kitty.conf
#
# Then reload kitty for the config to take affect.
# Alternatively copy paste below directly into kitty.conf

wayland_titlebar_color #2B2234
foreground            #EFEFFD
background            #2B2234
selection_foreground  #EFEFFD
selection_background  #492949

url_color #98FFFB

# black
color0  #251D2B
color8  #925393

# red
color1  #FF98B3
color9  #FFADC2

# green
color2  #D598FF
color10 #DDADFF

# yellow
color3  #EDFF98
color11 #F1FFAD

# blue
color4 #C0FF98
color12 #CDFFAD

# magenta
color5  #ff67d4
color13 #ff85dd

# cyan
color6  #98FFFB
color14 #ADFFFC

# white
color7  #EFEFFD
color15 #ffffff

# Cursor colors
cursor            #C0FF98
cursor_text_color background

# Tab bar colors
active_tab_foreground   #282a36
active_tab_background   #f8f8f2
inactive_tab_foreground #282a36
inactive_tab_background #925393

# Marks
mark1_foreground #251D2B
mark1_background #FF98B3

# Splits/Windows
active_border_color #FF98B3
inactive_border_color #925393

Retrowave

# Installation instructions:
#
#  cp retrowave.conf ~/.config/kitty/
#  echo "include retrowave.conf" >> ~/.config/kitty/kitty.conf
#
# Then reload kitty for the config to take affect.
# Alternatively copy paste below directly into kitty.conf

wayland_titlebar_color #262336
foreground            #F8F8F8
background            #262336
selection_foreground  #F8F8F8
selection_background  #463465

url_color #61E2FF

# black
color0  #241B2F
color8  #495495

# red
color1  #AF6DF9
color9  #bf8afa

# green
color2  #72F1B8
color10 #39795c

# yellow
color3  #FFCC00
color11 #ffd633

# blue
color4 #FE4450 
color12 #fe6973 

# magenta
color5  #FF7EDB
color13 #ff98e2

# cyan
color6  #61E2FF
color14 #81e8ff

# white
color7  #F8F8F8
color15 #ffffff

# Cursor colors
cursor            #C0FF98
cursor_text_color background

# Tab bar colors
active_tab_foreground   #262335
active_tab_background   #f8f8f2
inactive_tab_foreground #262335
inactive_tab_background #495495

# Marks
mark1_foreground #262335
mark1_background #72F1B8

# Splits/Windows
active_border_color #72F1B8
inactive_border_color #495495
Clone this wiki locally