diff --git a/README.md b/README.md index 1397d0a..8709bb8 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,11 @@ otherwise: Note Terminal.app doesn't support [truecolor](https://gist.github.com/XVilka/8346728), so colors might look slightly faded. + +#### Warp + +1. Copy [warp.yml](./warp.yml) and paste into `~/.warp/themes` + ### VS Code Thanks to [mrmartineau](https://github.com/mrmartineau), the Rigel theme is ported to VS Code, which can be found [here](https://marketplace.visualstudio.com/items?itemName=mrmartineau.rigel-vscode). The theme can be installed via "extensions" from the Visual Studio Marketplace. diff --git a/warp.yml b/warp.yml new file mode 100644 index 0000000..f988799 --- /dev/null +++ b/warp.yml @@ -0,0 +1,28 @@ +name: Rigel +accent: "#75fbfd" +background: '#002635' +foreground: '#e6e6dc' +cursor: "#ffcc1b" +details: darker # Whether the theme is lighter or darker +terminal_colors: + # Normal colors + normal: + black: '#00384d' + red: '#c43061' + green: '#7fc06e' + yellow: '#f08e48' + blue: '#1c8db2' + magenta: '#c694ff' + cyan: '#00cccc' + white: '#77929e' + + # Bright colors + bright: + black: '#517f8d' + red: '#ff5a67' + green: '#9cf087' + yellow: '#ffcc1b' + blue: '#7eb2dd' + magenta: '#fb94ff' + cyan: '#00ffff' + white: '#b7cff9'