Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.vscode/**
.vscode-test/**
out/test/**
out/gen/**
out/**/*.map
src/**
.gitignore
tsconfig.json
vsc-extension-quickstart.md
tslint.json
tslint.json
gen/**
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## Features

- Vscode editor theme based on generated wal colors
- Vscode editor theme and syntax highlighting based on generated wal colors
- Automatic updates as wal color/theme changes
- Syntax highlighting from locally installed themes

## Requirements

Expand All @@ -11,16 +10,3 @@ Ensure that `pywal` is installed and an initial theme has been generated. See [i
## Usage

Select `Wal` as your color theme

## Commands

- `Wal: Select Token Color Theme` select a syntax theme to be used with generated wal theme

## Settings

- `wal.tokenColorTheme`: Secondary theme used for syntax highlighting
- `wal.autoReload`: Automatically reload window when a TextMate `tokenColorTheme` is chosen

## Not Yet Supported (coming soon)

- Wal syntax theme generation
Loading