dotfiles/config/themes/schemes/material/sandy-beach/default.nix

42 lines
945 B
Nix
Raw Normal View History

2025-01-14 16:17:42 -06:00
{
colours = {
foreground = "546E7A";
text = "888477";
background-selection = "e7c496";
foreground-selection = "FFFFFF";
buttons = "f6d7b0";
disabled = "B8B6A5";
contrast = "FFF3DB";
active = "fef8ec";
border = "f2edde";
highlight = "fbf1df";
tree = "e7c49680";
notifications = "f6d7b0";
accent = "53c7f0";
excluded-files = "f2e7ca";
green = "91b859";
yellow = "f6a434";
blue = "6182b8";
red = "e53935";
purple = "7c4dff";
orange = "f76d47";
cyan = "39adb5";
gray = "888477";
black = "272727";
error = "e53935";
comments = "888477";
variables = "272727";
links = "39ADB5";
functions = "6182B8";
keywords = "7C4DFF";
tags = "E53935";
strings = "91B859";
operators = "39ADB5";
attributes = "F6A434";
numbers = "F76D47";
parameters = "F76D47";
background0 = "FFF8ED";
background1 = "f6edda";
};
}