From 11481eda2c0395522834c43581242358bd2ab99e Mon Sep 17 00:00:00 2001 From: nous Date: Thu, 10 Dec 2020 20:25:42 +0100 Subject: [PATCH] Update 'theme-arc-blue.css' --- theme-arc-blue.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 0eff72e..9e47535 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -1116,3 +1116,20 @@ .monaco-editor .minimap-slider, .monaco-editor .minimap-slider .minimap-slider-horizontal { background: #09539d66; } + .chroma { + background-color: inherit; + } + a.blob-excerpt { + background: #131; + } + .chroma .s1 { + color: #aaa; + } + .chroma .gd { + color: #faa; + background-color: #622; + } + .chroma .gi { + color: #ada; + background-color: #242; + }