Skip to content

adamgraham/polykai

Repository files navigation

Polykai

A dark color scheme for code editors inspired by Wimer Hazenberg's Monokai theme.

screenshot

Color Palette

Element Hex RGB
Background #141818 20 24 24
Current Line #1e2424 30 36 36
Selection #3c4848 60 72 72
Comment #909090 144 144 144
Foreground #f8f8f8 248 248 248
String #ffe080 255 224 128
Property #ffb000 255 176 0
Type #ff9020 255 144 32
Keyword #ff0060 255 0 96
Number #c080ff 192 128 255
Constant #6080ff 96 128 255
Function #40c4ff 64 196 255
Class #a0ff20 160 255 32

Getting Started

Instructions on how to install the color scheme can be found in the respective directory for your desired editor. The Visual Studio Code extension is managed and published from this repo.

License

MIT License

Copyright (c) 2019 Adam Graham

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.