blob: 66e3720e275db577f444213f7876790339250774 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Material Darker.
# Copyright (C) 2026 Danilo M. <danix@danix.xyz>
# Licensed under the GNU General Public License v2 only.
#
# Source: https://github.com/material-theme/vsc-material-theme
#
# The neutral-grey Material variant, with no blue or violet cast to the
# background. The darkest of the three shipped here.
background = #212121
surface = #2f2f2f
selection = #404040
foreground = #eeffff
comment = #616161
red = #ff5370
orange = #f78c6c
yellow = #ffcb6b
green = #c3e88d
cyan = #89ddff
blue = #82aaff
purple = #c792ea
violet = #bb80b3
brown = #ab7967
# Interpolated, not upstream. See the note in material-ocean.conf.
deep = #171717
mid = #262626
mid_high = #4a4a4a
light = #8a8a8a
|