From 7825d11d0e84c7b7335d6b351a9b1dbc4b32a39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 17 Feb 2022 08:17:54 +0100 Subject: [PATCH] theme: chroma docs #175 --- static/css/chroma-learn.css | 1 + static/css/chroma-neon.css | 1 + 2 files changed, 2 insertions(+) diff --git a/static/css/chroma-learn.css b/static/css/chroma-learn.css index 82489f6062..06eac5fef9 100644 --- a/static/css/chroma-learn.css +++ b/static/css/chroma-learn.css @@ -1,3 +1,4 @@ +/* based on base16-snazzy /* Background */ .chroma { color: #e2e4e5; background-color: #282a36 } /* Other */ .chroma .x { } /* Error */ .chroma .err { color: #ff5c57 } diff --git a/static/css/chroma-neon.css b/static/css/chroma-neon.css index 04ad2c1cdc..c5e4968826 100644 --- a/static/css/chroma-neon.css +++ b/static/css/chroma-neon.css @@ -1,3 +1,4 @@ +/* based on rrt /* Background */ .chroma { color: #f8f8f2; background-color: #000000 } /* Other */ .chroma .x { } /* Error */ .chroma .err { }