From 64218fd74b243b536f85b617f77d83f2d010e11e Mon Sep 17 00:00:00 2001 From: Gordon Date: Sun, 11 Apr 2021 22:01:03 +0100 Subject: [PATCH] Small change to docs, fix typo in vscodeignore --- .vscodeignore | 2 +- docs/styles.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscodeignore b/.vscodeignore index 59b5db3..89aceb9 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -11,5 +11,5 @@ src/** package-lock.json tsconfig.extension.json tsconfig.json -tsling.json +tslint.json yarn.lock diff --git a/docs/styles.md b/docs/styles.md index b2f624c..f77e748 100644 --- a/docs/styles.md +++ b/docs/styles.md @@ -2,10 +2,12 @@ The Kanbn board has a default style which is based on the current vscode theme, however you can override this by creating a CSS file `.kanbn/board.css`. A reference of class names is provided below. -To view the default stylesheet, see `src/index.css` in the extension folder (see [here](https://code.visualstudio.com/docs/editor/extension-gallery#_where-are-extensions-installed) to find out where extensions are installed on your platform). +You can view the default stylesheet [here](https://github.com/basementuniverse/vscode-kanbn/blob/main/src/index.css). Visual Studio Code will add `vscode-light`, `vscode-dark` and `vscode-high-contrast` class names to the `body` tag, depending on the current theme. +Various Codicon icons have been used in this extension. Check [here](https://code.visualstudio.com/api/references/icons-in-labels) for a listing of available icons. + ## CSS classes ### Kanbn board