Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholasdly/kanagawa.warp
Warp terminal port of kanagawa.nvim - dark theme inspired by the colors of the famous painting by Katsushika Hokusai. 🌊
https://github.com/nicholasdly/kanagawa.warp
colorscheme terminal theme warp
Last synced: 1 day ago
JSON representation
Warp terminal port of kanagawa.nvim - dark theme inspired by the colors of the famous painting by Katsushika Hokusai. 🌊
- Host: GitHub
- URL: https://github.com/nicholasdly/kanagawa.warp
- Owner: nicholasdly
- License: mit
- Created: 2023-02-08T07:23:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T08:14:10.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T02:59:43.067Z (7 days ago)
- Topics: colorscheme, terminal, theme, warp
- Homepage:
- Size: 1.3 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Warp terminal port of kanagawa.nvim 🌊
A dark theme inspired by the colors of the famous painting by Katsushika Hokusai.
## Requirements
- Latest version of [Warp](https://www.warp.dev/)
## Installation
- Download the `kanagawa.yaml` file from the `themes` directory
- Place the file into `~/.warp/themes/`
- Restart Warp## Usage
- Open Warp
- Press `Control` `Command` `T` to open the theme picker
- Select `Kanagawa` and enjoy your new theme ✨## Configuration
- Color palette has been slightly modified to improve readability in the terminal
- Happy with the colors? No further configuration necessary!
- Open and make changes to the `kanagawa.yaml` file to make changes```yaml
accent: "#C8C093"
background: "#1F1F28"
foreground: "#DCD7BA"
details: "darker"
terminal_colors:
normal:
black: "#727169"
red: "#E46876"
green: "#98BB6C"
yellow: "#E6C384"
blue: "#7E9CD8"
magenta: "#9d85c2"
cyan: "#76a89a"
white: "#f1f1f1"
bright:
black: "#96948d"
red: "#e79ca5"
green: "#b7cf9b"
yellow: "#ffe5b6"
blue: "#b0caff"
magenta: "#bca4e1"
cyan: "#b2e1d3"
white: "#feffff"
```To make your own Warp theme, visit [warp-themes.com](https://warp-themes.com/)