dotfiles/config/themes/schemes/material/volcano/default.nix
2025-01-14 16:17:42 -06:00

41 lines
945 B
Nix

{
colours = {
foreground = "ffeaea";
text = "ffd0aa";
background-selection = "750000";
foreground-selection = "FFFFFF";
buttons = "700000";
disabled = "7f3c3c";
contrast = "300000";
active = "440000";
border = "400000";
highlight = "550000";
tree = "77000050";
notifications = "300a0a";
accent = "00bcd4";
excluded-files = "662222";
green = "c3e88d";
yellow = "ffcb6b";
blue = "82aaff";
red = "f07178";
purple = "c792ea";
orange = "f78c6c";
cyan = "89ddff";
gray = "7F6451";
white = "eeffff";
error = "ff5370";
comments = "7F6451";
variables = "eeffff";
links = "80cbc4";
functions = "82aaff";
keywords = "c792ea";
tags = "f07178";
strings = "c3e88d";
operators = "89ddff";
attributes = "ffcb6b";
numbers = "f78c6c";
parameters = "f78c6c";
background0 = "390000";
background1 = "330000";
};
}