diff options
Diffstat (limited to 'palette/material-darker.conf')
| -rw-r--r-- | palette/material-darker.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/palette/material-darker.conf b/palette/material-darker.conf new file mode 100644 index 0000000..66e3720 --- /dev/null +++ b/palette/material-darker.conf @@ -0,0 +1,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 |
