dotfiles/config/themes/schemes/material/deep-ocean/default.nix

42 lines
947 B
Nix
Raw Normal View History

2025-01-14 16:17:42 -06:00
{
colours = {
foreground = "8F93A2";
text = "4B526D";
background-selection = "717CB480";
foreground-selection = "FFFFFF";
buttons = "191A21";
disabled = "464B5D";
contrast = "090B10";
active = "1A1C25";
border = "0F111A";
highlight = "1F2233";
tree = "717CB430";
notifications = "090B10";
accent = "84ffff";
excluded-files = "292D3E";
green = "c3e88d";
yellow = "ffcb6b";
blue = "82aaff";
red = "f07178";
purple = "c792ea";
orange = "f78c6c";
cyan = "89ddff";
gray = "717CB4";
white = "eeffff";
error = "ff5370";
comments = "717CB4";
variables = "eeffff";
links = "80cbc4";
functions = "82aaff";
keywords = "c792ea";
tags = "f07178";
strings = "c3e88d";
operators = "89ddff";
attributes = "ffcb6b";
numbers = "f78c6c";
parameters = "f78c6c";
background0 = "0F111A";
background1 = "181A1F";
};
}