diff --git a/themes/codeMirror/customThemes/darkbrewery-v301.css b/themes/codeMirror/customThemes/darkbrewery-v301.css index d03ee7296..c4e3c7b25 100644 --- a/themes/codeMirror/customThemes/darkbrewery-v301.css +++ b/themes/codeMirror/customThemes/darkbrewery-v301.css @@ -1,19 +1,19 @@ - /* Main BG color and normal text color */ - .CodeMirror { +/* Main BG color and normal text color */ +.CodeMirror { background: #293134; color: #91A6AA; } /* Brew BG */ - .brewRenderer { +.brewRenderer { background-color: #293134; } /* Blinking cursor */ - .CodeMirror-cursor { +.CodeMirror-cursor { border-left: 1px solid #e0e2e4; } /* Bars at the top */ - .snippetBar { +.snippetBar { background-color: #2F393C; color: white; } @@ -23,6 +23,10 @@ nav { nav .navItem { background-color: #293134; } +/* Fix for Homebrewery custom Snippet icons */ +.snippetBar .fac { + filter: invert(1); +} .snippetBar .snippetGroup .dropdown { background-color: #2F393C; }