Colour the profile name and handle with Gruvbox green and blue

This commit is contained in:
2026-07-02 11:38:56 +02:00
parent 51b082ccf4
commit 613906cd0c
+5 -3
View File
@@ -7,7 +7,9 @@
--fg2: #d5c4a1; --fg2: #d5c4a1;
--fg3: #bdae93; --fg3: #bdae93;
--fg4: #a89984; --fg4: #a89984;
--aqua: #8ec07c; --aqua: #8ec07c;
--green: #98971a;
--blue: #458588;
--line: #3c3836; --line: #3c3836;
--serif: 'Crimson Pro', Georgia, serif; --serif: 'Crimson Pro', Georgia, serif;
--mj: 'Manjari', sans-serif; --mj: 'Manjari', sans-serif;
@@ -72,13 +74,13 @@ body {
font-family: var(--serif); font-family: var(--serif);
font-size: 26px; font-size: 26px;
font-weight: 700; font-weight: 700;
color: var(--fg); color: var(--green);
margin-bottom: 3px; margin-bottom: 3px;
} }
.handle { .handle {
font-size: 12px; font-size: 12px;
color: var(--fg4); color: var(--blue);
font-family: monospace; font-family: monospace;
margin-bottom: 10px; margin-bottom: 10px;
letter-spacing: 0.02em; letter-spacing: 0.02em;