From a4438118996f1bf7d0aca0c54bec8f2609fdd2d4 Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Sun, 17 Nov 2024 05:49:17 -0600 Subject: [PATCH] style: add vim logo color --- docs/stylesheets/simpleicons.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/stylesheets/simpleicons.css b/docs/stylesheets/simpleicons.css index 4c40dbf..96ff073 100755 --- a/docs/stylesheets/simpleicons.css +++ b/docs/stylesheets/simpleicons.css @@ -282,6 +282,10 @@ color: #FA4454; } +.vim { + color: #019733; +} + .visualstudiocode { color: #007acc; }