From ef713831d2780a77c5cd35dfe67106f327aa23fe Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 13 Apr 2019 17:51:12 +0200 Subject: [PATCH] Changed to use org blue instead --- CSS/themes/filebrowser_dark.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CSS/themes/filebrowser_dark.css b/CSS/themes/filebrowser_dark.css index 38d0238b..e942a666 100644 --- a/CSS/themes/filebrowser_dark.css +++ b/CSS/themes/filebrowser_dark.css @@ -129,7 +129,13 @@ body{ right: auto; } .material-icons, .prompt .file-list ul li:before{ - color: #f4dbb0f2; + color: white; +} +#listing.list .item div:first-of-type i { + color: #2cabe3; +} +#listing .item i { + color: #2cabe3; } #listing .item[aria-selected=true]{ background-color: rgba(255, 255, 255, 0.2) !important; @@ -140,6 +146,9 @@ body{ #breadcrumbs span a{ color: rgb(238, 238, 238); } +#breadcrumbs { + border-bottom: 1px solid #2196f3; +} #listing .item{ background-color: rgba(0,0,0,.15); color:rgb(238, 238, 238);