diff options
Diffstat (limited to 'palette/material-ocean.conf')
| -rw-r--r-- | palette/material-ocean.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/palette/material-ocean.conf b/palette/material-ocean.conf new file mode 100644 index 0000000..da196f7 --- /dev/null +++ b/palette/material-ocean.conf @@ -0,0 +1,32 @@ +# Material Ocean. +# 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 deepest blue of the Material family. Material ships a small accent set +# and three or four greys, so the surface names below are upstream's own +# (background, surface, selection) plus two interpolated depths, marked. + +background = #0f111a +surface = #1f2233 +selection = #1f2233 +foreground = #a6accd +comment = #4b526d + +red = #ff5370 +orange = #f78c6c +yellow = #ffcb6b +green = #c3e88d +cyan = #89ddff +blue = #82aaff +purple = #c792ea +violet = #bb80b3 +brown = #ab7967 + +# Interpolated, not upstream: Material gives three greys where the roles want +# five depths, so these fill the gaps between background and comment. +deep = #090b10 +mid = #171925 +mid_high = #2e3446 +light = #717cb4 |
