Skip to content

Commit

Permalink
feat: remove vscode extra in favor of separate extension
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimonho committed Jun 10, 2024
1 parent 5e28672 commit 61ce2ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 813 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ I love the original [kanagawa.nvim](https://github.com/rebelot/kanagawa.nvim) co

kanagawa-paper combines both the dragon and wave themes, with a few additions and tweaks to work better with certain plugins.

I have also ported the colourscheme to VSCode, which you can find here: [kanagawa-paper.vscode](https://github.com/sho-87/kanagawa-paper.vscode)

## ⚡️ Requirements

- [Neovim](https://github.com/neovim/neovim) >=
Expand Down Expand Up @@ -202,10 +204,10 @@ end,
- [fish](extras/kanagawa_paper.fish)
- [kitty](extras/kitty_kanagawa_paper.conf)
- [pywal](extras/pywal-theme.json)
- [wezterm](extras/wezterm.lua) (guide: [Defining a Color Scheme in a separate file](https://wezfurlong.org/wezterm/config/appearance.html#defining-a-color-scheme-in-a-separate-file))
- [vscode](extras/vscode.json) (guide: [Creating a new Color Theme](https://code.visualstudio.com/api/extension-guides/color-theme#create-a-new-color-theme))
- [vscode](https://github.com/sho-87/kanagawa-paper.vscode) (official port)
- [vscode terminal](extras/vscode_terminal.json) (guide: [Visual Studio Code Theme Color](https://code.visualstudio.com/api/references/theme-color))
- [Windows Terminal](extras/windows_terminal.json) (guide: [Color schemes in Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/customize-settings/color-schemes))
- [wezterm](extras/wezterm.lua) (guide: [Defining a Color Scheme in a separate file](https://wezfurlong.org/wezterm/config/appearance.html#defining-a-color-scheme-in-a-separate-file))
- [windows terminal](extras/windows_terminal.json) (guide: [Color schemes in Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/customize-settings/color-schemes))

PRs are welcome if you want to add an extra for a specific application.

Expand Down
Loading

0 comments on commit 61ce2ed

Please sign in to comment.