update theme variable color definitions (#990)

main
Michael Fix 5 years ago committed by GitHub
parent 777d91fc9c
commit 4d621030e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,8 @@ export const THEMES = [
highlights: {
background: '#090300',
text: '#d6d5d4',
variable: '#01a0e4',
variable: '#01a252',
variable2: '#01a0e4',
attribute: '#00c',
definition: '#e8bbd0',
keyword: '#db2d20',
@ -94,7 +95,8 @@ export const THEMES = [
highlights: {
background: '#151515',
text: '#e0e0e0',
variable: '#6a9fb5',
variable: '#90a959',
variable2: '#6a9fb5',
attribute: '#00c',
definition: '#d28445',
keyword: '#ac4142',
@ -115,6 +117,7 @@ export const THEMES = [
background: '#f5f5f5',
text: '#202020',
variable: '#90a959',
variable2: '#6a9fb5',
attribute: '#90a959',
definition: '#d28445',
keyword: '#ac4142',
@ -134,6 +137,7 @@ export const THEMES = [
background: '#002240',
text: '#fff',
variable: '#9effff',
variable3: 'white',
attribute: '#ff80e1',
definition: '#fff',
keyword: '#ffee80',
@ -174,6 +178,8 @@ export const THEMES = [
background: '#2a2734',
text: '#6c6783',
variable: '#ffcc99',
variable2: '#7a63ee',
variable3: '#7a63ee',
attribute: '#ffcc99',
definition: '#eeebff',
keyword: '#ffcc99',
@ -192,7 +198,8 @@ export const THEMES = [
highlights: {
background: '#322931',
text: '#d5d3d5',
variable: '#0066ff',
variable: '#8fc13e',
variable2: '#1290bf',
attribute: '#8fc13e',
definition: '#fd8b19',
keyword: '#dd464c',
@ -212,6 +219,7 @@ export const THEMES = [
background: '#2b3e50',
text: '#f8f8f2',
variable: '#f8f8f2',
variable3: '#ffb86c',
attribute: '#66D9EF',
definition: '#72C05D',
keyword: '#ff6541',
@ -230,7 +238,9 @@ export const THEMES = [
highlights: {
background: '#263238',
text: 'rgba(233, 237, 237, 1)',
variable: '#80CBC4',
variable: '#82B1FF',
variable2: '#80CBC4',
variable3: '#DECB6B',
attribute: '#FFCB6B',
definition: 'rgba(233, 237, 237, 1)',
keyword: 'rgba(199, 146, 234, 1)',
@ -249,7 +259,9 @@ export const THEMES = [
highlights: {
background: '#272822',
text: '#f8f8f2',
variable: '#9effff',
variable: '#f8f8f2',
variable2: '#9effff',
variable3: '#66d9ef',
attribute: '#a6e22e',
definition: '#fd971f',
keyword: '#f92672',
@ -287,6 +299,7 @@ export const THEMES = [
background: '#2e3440',
text: '#d8dee9',
variable: '#88C0D0',
variable3: '#d8dee9',
attribute: '#8FBCBB',
definition: '#D8DEE9',
keyword: '#81A1C1',
@ -326,6 +339,7 @@ export const THEMES = [
background: '#fafafa',
text: '#383a42',
variable: '#e06c75',
variable2: '#e45649',
attribute: '#d19a66',
definition: '#4078f2',
keyword: '#a626a4',
@ -363,7 +377,9 @@ export const THEMES = [
highlights: {
background: '#292A2B',
text: '#E6E6E6',
variable: '#ff9ac1',
variable: '#ffb86c',
variable2: '#ff9ac1',
variable3: '#ff9ac1',
attribute: '#ffb86c',
definition: '#e6e6e6',
keyword: '#FF75B5',
@ -382,7 +398,8 @@ export const THEMES = [
highlights: {
background: '#2f1e2e',
text: '#b9b6b0',
variable: '#06b6ef',
variable: '#48b685',
variable2: '#06b6ef',
attribute: '#48b685',
definition: '#f99b15',
keyword: '#ef6155;',
@ -401,7 +418,9 @@ export const THEMES = [
highlights: {
background: '#151718',
text: '#CFD2D1',
variable: '#a074c4',
variable: '#55b5db',
variable2: '#a074c4',
variable3: '#9fca56',
attribute: '#9fca56',
definition: '#55b5db',
keyword: '#e6cd69',
@ -440,7 +459,9 @@ export const THEMES = [
highlights: {
background: '#002b36',
text: '#839496',
variable: '#b58900',
variable: '#839496',
variable2: '#b58900',
variable3: '#6c71c4',
attribute: '#2aa198',
definition: '#2aa198',
keyword: '#cb4b16',
@ -462,6 +483,8 @@ export const THEMES = [
background: '#fdf6e3',
text: '#657b83',
variable: '#839496',
variable2: '#b58900',
variable3: '#6c71c4',
attribute: '#2aa198',
definition: '#2aa198',
keyword: '#cb4b16',
@ -519,6 +542,7 @@ export const THEMES = [
background: 'rgba(0, 0, 0, 0.85)',
text: '#fff',
variable: '#ff9ba3',
variable2: '#fff',
attribute: '#d19a66',
definition: '#34B7FF',
keyword: '#9AE1FF',
@ -557,7 +581,9 @@ export const THEMES = [
highlights: {
background: '#ECEAE8',
text: '#d1c9c0',
variable: '#a074c4',
variable: '#55b5db',
variable2: '#a074c4',
variable3: '#96c0d8',
attribute: '#9fb96e',
definition: '#55b5db',
keyword: '#9fb96e',
@ -576,7 +602,8 @@ export const THEMES = [
highlights: {
background: '#3f3f3f',
text: '#dcdccc',
variable: '#dcdccc',
variable: '#dfaf8f',
variable3: '#dcdccc',
attribute: '#dfaf8f',
definition: '#dcdccc',
keyword: '#f0dfaf',

Loading…
Cancel
Save