blob: dd95cf302b7062e29c316f3af7f4e567e54f6b3f (
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 Palenight.
# 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 violet-leaning Material variant. Same accent set as Ocean on a warmer,
# lighter ground.
background = #292d3e
surface = #34324a
selection = #444267
foreground = #a6accd
comment = #676e95
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 = #202331
mid = #2f3347
mid_high = #3e4361
light = #8f96b3
|