mirror of
https://github.com/signaldirective/robco-theme.git
synced 2026-05-07 02:50:10 +02:00
First Commit of improved RobCo theme
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
# ────────────────────────────────────────────────────────────
|
||||
# Inspired by:
|
||||
# Omarchy RetroPC Theme for Alacritty
|
||||
# By Ron Dilley
|
||||
# https://github.com/rondilley
|
||||
# ────────────────────────────────────────────────────────────
|
||||
|
||||
[window]
|
||||
# window padding {px}
|
||||
padding.x = 12
|
||||
padding.y = 12
|
||||
|
||||
[font]
|
||||
normal = { family = "ShureTechMono Nerd Font Mono", style = "Regular" }
|
||||
bold = { family = "ShureTechMono Nerd Font Mono", style = "Bold" }
|
||||
italic = { family = "ShureTechMono Nerd Font Mono", style = "Italic" }
|
||||
size = 10
|
||||
|
||||
[colors]
|
||||
[colors.primary]
|
||||
background = "#0A0A08"
|
||||
foreground = "#59CF77"
|
||||
dim_foreground = "#996600"
|
||||
|
||||
[colors.cursor]
|
||||
text = "#090A08"
|
||||
cursor = "#59CF77"
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
text = "#090A08"
|
||||
cursor = "#59CF77"
|
||||
|
||||
[colors.selection]
|
||||
text = "#000000"
|
||||
background = "#59CF77"
|
||||
|
||||
[colors.normal]
|
||||
black = "#02160C"
|
||||
red = "#3DA862"
|
||||
green = "#59CF77"
|
||||
yellow = "#6FE685"
|
||||
blue = "#2E7D4A"
|
||||
magenta = "#4DB866"
|
||||
cyan = "#2E7D4A"
|
||||
white = "#59CF77"
|
||||
|
||||
[colors.bright]
|
||||
black = "#02160C"
|
||||
red = "#3DA862"
|
||||
green = "#59CF77"
|
||||
yellow = "#6FE685"
|
||||
blue = "#2E7D4A"
|
||||
magenta = "#4DB866"
|
||||
cyan = "#2E7D4A"
|
||||
white = "#59CF77"
|
||||
Reference in New Issue
Block a user