CI: update JSON schemes

This commit is contained in:
github-actions[bot] 2025-04-19 03:33:02 +00:00
commit dac4784ddd
12 changed files with 318 additions and 68 deletions

View file

@ -0,0 +1,26 @@
{
"system": "base16",
"name": "Digital Rain",
"slug": "digital-rain",
"author": "Nathan Byrd (https://github.com/cognitivegears)",
"description": "A base16 theme inspired by The Matrix, 90s aesthetics and retro terminals.",
"variant": "dark",
"palette": {
"base00": "#000000",
"base01": "#4A806C",
"base02": "#4A8D7E",
"base03": "#7C8D7C",
"base04": "#919893",
"base05": "#00FF00",
"base06": "#C4CEC4",
"base07": "#D8E2DC",
"base08": "#C85A46",
"base09": "#C86428",
"base0A": "#A67A50",
"base0B": "#64C83C",
"base0C": "#468C78",
"base0D": "#5482AF",
"base0E": "#9472B4",
"base0F": "#B37C5E"
}
}