From 5837c932847185e8e4a49ad87ce0a95e3bb52f78 Mon Sep 17 00:00:00 2001 From: Gordon Date: Sat, 10 Apr 2021 11:19:09 +0100 Subject: [PATCH] Update styles after testing with various themes --- src/index.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/index.css b/src/index.css index 5198c6f..10f531a 100644 --- a/src/index.css +++ b/src/index.css @@ -159,13 +159,19 @@ body.vscode-high-contrast { margin: 8px; min-height: 30px; border-left: 4px var(--vscode-activityBar-inactiveForeground) solid; - background-color: var(--vscode-input-background); color: var(--vscode-editor-foreground); - transition: background-color .5s ease-in-out; +} + +body.vscode-light .kanbn-task { + background-color: rgba(0, 0, 0, 0.05); +} + +body.vscode-dark .kanbn-task { + background-color: rgba(255, 255, 255, 0.03); } .kanbn-task.drag { - background-color: var(--vscode-button-hoverBackground); + border-color: var(--vscode-activityBar-foreground); } .kanbn-task-name { @@ -205,8 +211,8 @@ body.vscode-high-contrast { .kanbn-task-tag { display: inline-block; background-color: var(--vscode-activityBar-inactiveForeground); - color: #333; - color: var(--vscode-editor-background); + background-color: #555; + color: #ddd; font-size: 0.8em; font-weight: bold; padding: 2px 4px;