/ src / theme / styles / an-old-hope.css
an-old-hope.css
 1  pre code.hljs {
 2    display: block;
 3    overflow-x: auto;
 4    padding: 1em
 5  }
 6  code.hljs {
 7    padding: 3px 5px
 8  }
 9  /*!
10    Theme: An Old Hope – Star Wars Syntax
11    Author: (c) Gustavo Costa <gusbemacbe@gmail.com>
12    Maintainer: @gusbemacbe
13  
14    Original theme - Ocean Dark Theme – by https://github.com/gavsiu
15    Based on Jesse Leite's Atom syntax theme 'An Old Hope'
16      https://github.com/JesseLeite/an-old-hope-syntax-atom
17  */
18  /* Millenium Falcon */
19  .hljs {
20    background: #1C1D21;
21    color: #c0c5ce
22  }
23  /* Death Star Comment */
24  .hljs-comment,
25  .hljs-quote {
26    color: #B6B18B
27  }
28  /* Darth Vader */
29  .hljs-variable,
30  .hljs-template-variable,
31  .hljs-tag,
32  .hljs-name,
33  .hljs-selector-id,
34  .hljs-selector-class,
35  .hljs-regexp,
36  .hljs-deletion {
37    color: #EB3C54
38  }
39  /* Threepio */
40  .hljs-number,
41  .hljs-built_in,
42  .hljs-literal,
43  .hljs-type,
44  .hljs-params,
45  .hljs-meta,
46  .hljs-link {
47    color: #E7CE56
48  }
49  /* Luke Skywalker */
50  .hljs-attribute {
51    color: #EE7C2B
52  }
53  /* Obi Wan Kenobi */
54  .hljs-string,
55  .hljs-symbol,
56  .hljs-bullet,
57  .hljs-addition {
58    color: #4FB4D7
59  }
60  /* Yoda */
61  .hljs-title,
62  .hljs-section {
63    color: #78BB65
64  }
65  /* Mace Windu */
66  .hljs-keyword,
67  .hljs-selector-tag {
68    color: #B45EA4
69  }
70  .hljs-emphasis {
71    font-style: italic
72  }
73  .hljs-strong {
74    font-weight: bold
75  }