nix-dotfiles/themes/onedark.nix

15 lines
343 B
Nix

# Onedark palette (https://github.com/joshdick/onedark.vim)
{
black = "#282c34";
white = "#abb2bf";
lightRed = "#e06c75";
darkRed = "#be5046";
green = "#98c379";
lightYellow = "#e5c07b";
darkYellow = "#d19a66";
blue = "#61afef";
magenta = "#c678dd";
cyan = "#56b6c2";
gutterGrey = "#4b5263";
commentGrey = "#5c6370";
}