config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 0462e2a72e8f112da026140031b6fa46eec3662b
parent 9807a9ae96cfbd487f0a6ddf0a03c6478226dd62
Author: jacob@thinkpad <jacobouno@protonmail.com>
Date:   Tue, 26 May 2020 20:24:30 -0700

Formatting: switch fully to spaces

Diffstat:
Mvimb/.config/vimb/style.css | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/vimb/.config/vimb/style.css b/vimb/.config/vimb/style.css @@ -13,11 +13,11 @@ /* variables */ :root { - --background: #111; - --foreground: #f1f1f1; - --red: #fa3a3a; - --green: #3afa3a; - --blue: #3a3afa; + --background: #111; + --foreground: #f1f1f1; + --red: #fa3a3a; + --green: #3afa3a; + --blue: #3a3afa; } /* global */ @@ -25,9 +25,9 @@ background-color: var(--background)!important; color: var(--foreground)!important; background-image: none!important; - border-color: var(--blue)!important; - border-radius: 0!important; - box-shadow: none!important; + border-color: var(--blue)!important; + border-radius: 0!important; + box-shadow: none!important; } /* headers */ @@ -59,5 +59,5 @@ span[vimbhint^='label'] { padding: .1em .4em !important; } span[vimbhint='label focus'] { - color: var(--red)!important; + color: var(--red)!important; }