Add Retro 82 theme (#5110)

* Add Retro 82 theme

* Start with the groove

* Rename
This commit is contained in:
David Heinemeier Hansson
2026-03-26 16:55:00 +01:00
committed by GitHub
parent b25d47288a
commit a68f2ae045
18 changed files with 134 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Accent and UI colors
accent = "#faa968"
active_border_color = "#faa968"
active_tab_background = "#faa968"
# Cursor colors
cursor = "#f6dcac"
# Primary colors
foreground = "#f6dcac"
background = "#05182e"
# Selection colors
selection_foreground = "#00172e"
selection_background = "#faa968"
# Normal colors (ANSI 0-7)
color0 = "#00172e"
color1 = "#f85525"
color2 = "#028391"
color3 = "#e97b3c"
color4 = "#faa968"
color5 = "#3f8f8a"
color6 = "#8cbfb8"
color7 = "#a7c9c6"
# Bright colors (ANSI 8-15)
color8 = "#134e5a"
color9 = "#f85525"
color10 = "#028391"
color11 = "#e97b3c"
color12 = "#faa968"
color13 = "#3f8f8a"
color14 = "#8cbfb8"
color15 = "#f6dcac"