From 346f50f5f90d2812d733cb4414c9fc7d0b777f2a Mon Sep 17 00:00:00 2001 From: cweijan Date: Tue, 5 Mar 2024 01:22:58 +0800 Subject: [PATCH] Add solarized theme. --- resource/vditor/css/.gitignore | 1 + resource/vditor/css/theme/solarized.css | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 resource/vditor/css/.gitignore create mode 100644 resource/vditor/css/theme/solarized.css diff --git a/resource/vditor/css/.gitignore b/resource/vditor/css/.gitignore new file mode 100644 index 0000000..cd78447 --- /dev/null +++ b/resource/vditor/css/.gitignore @@ -0,0 +1 @@ +temp/ \ No newline at end of file diff --git a/resource/vditor/css/theme/solarized.css b/resource/vditor/css/theme/solarized.css new file mode 100644 index 0000000..2c23643 --- /dev/null +++ b/resource/vditor/css/theme/solarized.css @@ -0,0 +1,11 @@ +:root { + --hr-bg: #ddd6c1; + --ext-border-color: rgba(0, 0, 0, 0.06); + --bg-color: #fdf6e3; + --front-color: #657b83; + --second-bg-color: #eee8d5; + --code-bg-color: #f2f2f2; + --list-hover-color: #268bd2; + --dropdown-hover-background: #dfca88; + --error-color: #e51400; +} \ No newline at end of file