diff --git a/README.md b/README.md index ca0b7b7..95d8082 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@

Designed for a fluent and clear workflow.
Based on the Nord color palette.

-


Icons provided by Material Icon Theme.
Font: Source Code Pro 20px

+--- + +


Icons provided by Material Icon Theme.
Font: Source Code Pro 20px

## Getting started ### Installation @@ -62,10 +64,38 @@ run the `Preferences: Color Theme` command and select `Nord` from the drop-down The color theme drop-down can alternatively be opened via *File* (*Code* on macOS) > *Preferences* > *Color Theme*. ## Features +### Editor

Non-obtrusive cusror line and search marker.


Colors of selected code can still be easily recognized.

+### Workbench +Fully supported [Workbench](https://code.visualstudio.com/docs/getstarted/theme-color-reference) styles. + +

Activity Bar Badges

+ +

Tabs

+ +

Status Bar

+ +

Panels and terminal colors

+ +

Editor Widgets (Search)

+ +

Notifications

+ +

Side Bar Views (Debug)

+ +

Peek View

+ +

Diff Editor

+ +

Peek View

+ +

Validations


+ +

Validations
Active selection

Inactive selection

Active selection with keyboard navigation marker


Active- and inactive selection with hover marker

+ ## Languages This theme contains optimized styles to achieve a consistent and uniform coloring across languages. Detailed descriptions for supported languages can be found in the [project wiki](https://github.com/arcticicestudio/nord-visual-studio-code/wiki). diff --git a/assets/scrcast-feature-ui-list-active-selection-keyboard.gif b/assets/scrcast-feature-ui-list-active-selection-keyboard.gif new file mode 100755 index 0000000..31addf6 Binary files /dev/null and b/assets/scrcast-feature-ui-list-active-selection-keyboard.gif differ diff --git a/assets/scrcast-feature-ui-list-hover.gif b/assets/scrcast-feature-ui-list-hover.gif new file mode 100755 index 0000000..c951215 Binary files /dev/null and b/assets/scrcast-feature-ui-list-hover.gif differ diff --git a/assets/scrot-feature-ui-activity-bar-badge.png b/assets/scrot-feature-ui-activity-bar-badge.png new file mode 100755 index 0000000..16a5fa2 Binary files /dev/null and b/assets/scrot-feature-ui-activity-bar-badge.png differ diff --git a/assets/scrot-feature-ui-diffeditor-inserted.png b/assets/scrot-feature-ui-diffeditor-inserted.png new file mode 100755 index 0000000..39243b1 Binary files /dev/null and b/assets/scrot-feature-ui-diffeditor-inserted.png differ diff --git a/assets/scrot-feature-ui-diffeditor-removed.png b/assets/scrot-feature-ui-diffeditor-removed.png new file mode 100755 index 0000000..2ea96e1 Binary files /dev/null and b/assets/scrot-feature-ui-diffeditor-removed.png differ diff --git a/assets/scrot-feature-ui-editor-widget-search.png b/assets/scrot-feature-ui-editor-widget-search.png new file mode 100755 index 0000000..ad83c01 Binary files /dev/null and b/assets/scrot-feature-ui-editor-widget-search.png differ diff --git a/assets/scrot-feature-ui-list-active-selection-keyboard.png b/assets/scrot-feature-ui-list-active-selection-keyboard.png new file mode 100755 index 0000000..89c7e02 Binary files /dev/null and b/assets/scrot-feature-ui-list-active-selection-keyboard.png differ diff --git a/assets/scrot-feature-ui-list-active-selection.png b/assets/scrot-feature-ui-list-active-selection.png new file mode 100755 index 0000000..cd85f5a Binary files /dev/null and b/assets/scrot-feature-ui-list-active-selection.png differ diff --git a/assets/scrot-feature-ui-list-inactive-selection-hover.png b/assets/scrot-feature-ui-list-inactive-selection-hover.png new file mode 100755 index 0000000..ab985d6 Binary files /dev/null and b/assets/scrot-feature-ui-list-inactive-selection-hover.png differ diff --git a/assets/scrot-feature-ui-list-inactive-selection.png b/assets/scrot-feature-ui-list-inactive-selection.png new file mode 100755 index 0000000..aa106b1 Binary files /dev/null and b/assets/scrot-feature-ui-list-inactive-selection.png differ diff --git a/assets/scrot-feature-ui-notification.png b/assets/scrot-feature-ui-notification.png new file mode 100755 index 0000000..f3d0ace Binary files /dev/null and b/assets/scrot-feature-ui-notification.png differ diff --git a/assets/scrot-feature-ui-panel-terminal-colors.png b/assets/scrot-feature-ui-panel-terminal-colors.png new file mode 100755 index 0000000..9742586 Binary files /dev/null and b/assets/scrot-feature-ui-panel-terminal-colors.png differ diff --git a/assets/scrot-feature-ui-peek-view.png b/assets/scrot-feature-ui-peek-view.png new file mode 100755 index 0000000..3ce8c5c Binary files /dev/null and b/assets/scrot-feature-ui-peek-view.png differ diff --git a/assets/scrot-feature-ui-side-bar-debug.png b/assets/scrot-feature-ui-side-bar-debug.png new file mode 100755 index 0000000..9134a67 Binary files /dev/null and b/assets/scrot-feature-ui-side-bar-debug.png differ diff --git a/assets/scrot-feature-ui-status-bar.png b/assets/scrot-feature-ui-status-bar.png new file mode 100755 index 0000000..6e66d97 Binary files /dev/null and b/assets/scrot-feature-ui-status-bar.png differ diff --git a/assets/scrot-feature-ui-tab-bar.png b/assets/scrot-feature-ui-tab-bar.png new file mode 100755 index 0000000..0556fb5 Binary files /dev/null and b/assets/scrot-feature-ui-tab-bar.png differ diff --git a/assets/scrot-feature-ui-validation-error.png b/assets/scrot-feature-ui-validation-error.png new file mode 100755 index 0000000..c65a0a6 Binary files /dev/null and b/assets/scrot-feature-ui-validation-error.png differ diff --git a/assets/scrot-feature-ui-validation-info.png b/assets/scrot-feature-ui-validation-info.png new file mode 100755 index 0000000..7bb746c Binary files /dev/null and b/assets/scrot-feature-ui-validation-info.png differ diff --git a/assets/scrot-feature-ui-validation-warning.png b/assets/scrot-feature-ui-validation-warning.png new file mode 100755 index 0000000..d200ae6 Binary files /dev/null and b/assets/scrot-feature-ui-validation-warning.png differ diff --git a/assets/scrot-preview.png b/assets/scrot-preview.png new file mode 100755 index 0000000..152c31d Binary files /dev/null and b/assets/scrot-preview.png differ diff --git a/assets/scrot-top.png b/assets/scrot-top.png deleted file mode 100644 index 9d5d372..0000000 Binary files a/assets/scrot-top.png and /dev/null differ