Skip to content

Commit

Permalink
themes: add new felipec theme
Browse files Browse the repository at this point in the history
Autogenerated with vim-felipec.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
  • Loading branch information
felipec committed Dec 30, 2021
1 parent 7355c13 commit 86b0baa
Showing 1 changed file with 103 additions and 0 deletions.
103 changes: 103 additions & 0 deletions src/styles/felipec.css
@@ -0,0 +1,103 @@
/*!
* Theme: FelipeC
* Author: (c) 2021 Felipe Contreras <felipe.contreras@gmail.com>
* 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;
}

0 comments on commit 86b0baa

Please sign in to comment.