wallust

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 043cfa4f189a20d85ba1f28331e9a9a6cd9ede96
parent 0d8ecfe39f39abaccbefb431926bbe0496317690
Author: mrgrouse <bdmfegys@duck.com>
Date:   Wed, 18 Sep 2024 21:41:56 -0400

add colorschemes folder and add custom sapphire theme

Diffstat:
Acolorschemes/sapphire.json | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/colorschemes/sapphire.json b/colorschemes/sapphire.json @@ -0,0 +1,20 @@ +{ + "background": "#181B1F", + "foreground": "#B7DAFD", + "color0": "#3F4246", + "color1": "#124574", + "color2": "#1A5995", + "color3": "#226DB6", + "color4": "#2982D8", + "color5": "#3196F9", + "color6": "#3196F9", + "color7": "#90C2F4", + "color8": "#6488AA", + "color9": "#124574", + "color10": "#1A5995", + "color11": "#226DB6", + "color12": "#2982D8", + "color13": "#3196F9", + "color14": "#3196F9", + "color15": "#90C2F4" +} +\ No newline at end of file