Skip to content

Commit

Permalink
feat: add extras for integration with other applications
Browse files Browse the repository at this point in the history
  • Loading branch information
sho-87 committed Jun 9, 2024
1 parent 543f31b commit 16e6a4b
Show file tree
Hide file tree
Showing 23 changed files with 919 additions and 2,168 deletions.
34 changes: 14 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ Install the theme with your preferred package manager, such as [lazy.nvim](https
colorscheme kanagawa-paper
```

### [Lua](https://www.lua.org)
### Lua

```lua
vim.cmd("colorscheme kanagawa-paper")
```

#### External Plugins
### External Plugins

##### [Lualine](https://github.com/nvim-lualine/lualine.nvim)
#### [Lualine](https://github.com/nvim-lualine/lualine.nvim)

```lua
local kanagawa_paper = require("lualine.themes.kanagawa-paper")
Expand Down Expand Up @@ -87,7 +87,8 @@ The code that defines the default configuration can be found [here](lua/kanagawa

## 🔧 Customizing Colors

There are _two_ kinds of colors: `PaletteColors` and `ThemeColors`;
There are two kinds of colors: `PaletteColors` and `ThemeColors`.

`PaletteColors` are defined directly as RGB Hex strings, and have arbitrary names
that recall their actual color. Conversely, `ThemeColors` are named and grouped _semantically_
on the basis of their actual function.
Expand Down Expand Up @@ -197,23 +198,16 @@ end,

## 🍭 Extras

- [alacritty](extras/alacritty_kanagawa.yml)
- [Alfred](extras/alfred.md)
- [base16](extras/base16-theme.yaml)
- [broot](extras/broot_kanagawa.toml)
- [emacs, doom emacs](extras/kanagawa-theme.el)
- [fish](extras/kanagawa.fish)
- [foot](extras/foot_kanagawa.ini)
- [iTerm](extras/kanagawa.itermcolors)
- [kitty](extras/kanagawa.conf)
- [mintty](extras/kanagawa.minttyrc)
- [alacritty](extras/alacritty_kanagawa_paper.yml)
- [fish](extras/kanagawa_paper.fish)
- [kitty](extras/kitty_kanagawa_paper.conf)
- [pywal](extras/pywal-theme.json)
- [sway](extras/kanagawa.sway)
- [wezterm](extras/wezterm.lua)
- [Windows Terminal](extras/windows_terminal.json)
- [Xresources](extras/.Xresources)
- [tmTheme (bat, delta and lazygit)](extras/kanagawa.tmTheme)
- [JSON compatible with many terminals](extras/Kanagawa.json) Check [Gogh](https://github.com/Gogh-Co/Gogh#-terminals) for the list of supported terminals.
- [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 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))

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

## 👏 Acknowledgements

Expand Down
34 changes: 0 additions & 34 deletions extras/Kanagawa Dragon.json

This file was deleted.

34 changes: 0 additions & 34 deletions extras/Kanagawa.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Kanagawa Dragon Alacritty Colors
# Kanagawa Paper Alacritty Colors
colors:
primary:
background: '#181616'
foreground: '#c5c9c5'
background: '#1F1F28'
foreground: '#DCD7BA'

normal:
black: '#0d0c0c'
Expand All @@ -25,10 +25,10 @@ colors:
white: '#c5c9c5'

selection:
background: '#2D4F67'
background: '#658594'
foreground: '#C8C093'

indexed_colors:
- { index: 16, color: '#b6927b' }
- { index: 17, color: '#b98d7b' }
- { index: 17, color: '#ff5d62' }

3 changes: 0 additions & 3 deletions extras/alfred.md

This file was deleted.

18 changes: 0 additions & 18 deletions extras/base16-theme.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions extras/broot_kanagawa.toml

This file was deleted.

27 changes: 0 additions & 27 deletions extras/foot_kanagawa.ini

This file was deleted.

Loading

0 comments on commit 16e6a4b

Please sign in to comment.