From 8a8835b65a4fba173cff865201b37e5216b8ed52 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 7 Jan 2022 00:04:43 -0600 Subject: [PATCH] themes: add new felipec theme (#3441) * themes: add new felipec theme Autogenerated with vim-felipec. --- CHANGES.md | 2 + src/styles/felipec.css | 103 +++++++++++++++++++++++++++++++++++++++++ tools/developer.html | 1 + 3 files changed, 106 insertions(+) create mode 100644 src/styles/felipec.css diff --git a/CHANGES.md b/CHANGES.md index 7973fa6ff6..433557a86e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,7 @@ Themes: - `Default` is now much closer WCAG AA (contrast) (#3402) [Josh Goebel] - `Dark` now meets WCAG AA (contrast) (#3402) [Josh Goebel] - Added `intellij-light` theme [Pegasis] +- Added `felipec` theme [Felipe Contreras] These changes should be for the better and should not be super noticeable but if you're super picky about your colors you may want to intervene here or copy over the older themes from 11.3 or prior. @@ -71,6 +72,7 @@ Themes: [Matthieu Lempereur]: https://github.com/MrYamous [idleberg]: https://github.com/idleberg [Fons van der Plas]: https://github.com/fonsp +[Felipe Contreras]: https://github.com/felipec ## Version 11.3.1 diff --git a/src/styles/felipec.css b/src/styles/felipec.css new file mode 100644 index 0000000000..30bf811953 --- /dev/null +++ b/src/styles/felipec.css @@ -0,0 +1,103 @@ +/*! + * Theme: FelipeC + * Author: (c) 2021 Felipe Contreras + * Website: https://github.com/felipec/vim-felipec + * + * Autogenerated with vim-felipec's generator. +*/ + +.hljs { + color: #dddde1; + background: #1e1e22; +} + +.hljs::selection, +.hljs ::selection { + color: #1e1e22; + background: #bf8fef; +} + +.hljs-comment, +.hljs-code, +.hljs-quote { + color: #888896; +} + +.hljs-number, +.hljs-literal, +.hljs-deletion { + color: #ef8f8f; +} + +.hljs-punctuation, +.hljs-meta, +.hljs-operator, +.hljs-subst, +.hljs-doctag, +.hljs-template-variable, +.hljs-selector-attr { + color: #efbf8f; +} + +.hljs-type { + color: #efef8f; +} + +.hljs-tag, +.hljs-title, +.hljs-selector-class, +.hljs-selector-id { + color: #bfef8f; +} + +.hljs-string, +.hljs-regexp, +.hljs-addition { + color: #8fef8f; +} + +.hljs-class, +.hljs-property { + color: #8fefbf; +} + +.hljs-name, +.hljs-selector-tag { + color: #8fefef; +} + +.hljs-keyword, +.hljs-built_in { + color: #8fbfef; +} + +.hljs-section, +.hljs-bullet { + color: #8f8fef; +} + +.hljs-selector-pseudo { + color: #bf8fef; +} + +.hljs-variable, +.hljs-params, +.hljs-attr, +.hljs-attribute { + color: #ef8fef; +} + +.hljs-symbol, +.hljs-link { + color: #ef8fbf; +} + +.hljs-strong, +.hljs-literal, +.hljs-title { + font-weight: bold; +} + +.hljs-emphasis { + font-style: italic; +} diff --git a/tools/developer.html b/tools/developer.html index 5707b0600b..0e8cbb7b2f 100644 --- a/tools/developer.html +++ b/tools/developer.html @@ -116,6 +116,7 @@

Code

+