|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | + |
| 3 | +<style-scheme id="elementary-highcontrast-light" _name="elementary High Contrast Light" version="1.0"> |
| 4 | + <author>Elementary Developers</author> |
| 5 | + <_description>High Contrast color scheme using the elementary color palette</_description> |
| 6 | + |
| 7 | + <!-- Background Colors Palette --> |
| 8 | + <color name="bg-0" value="#abacae"/> <!-- SILVER700--> |
| 9 | + <color name="bg-1" value="#d4d4d4"/> <!-- SILVER300--> |
| 10 | + <color name="bg-2" value="#fafafa"/> <!-- SILVER100--> |
| 11 | + <color name="bg-3" value="#EAEAEA"/> <!-- 50% SILVER300 + 50% WHITE |
| 12 | + |
| 13 | + --> |
| 14 | + |
| 15 | + <!--Foreground Colors Palette --> |
| 16 | + <color name="fg-0" value="#000000"/> <!-- BLACK900 --> |
| 17 | + <color name="fg-1" value="#1a1a1a"/> <!-- BLACK700 --> |
| 18 | + <color name="fg-2" value="#abacae"/> <!-- SILVER500 --> |
| 19 | + |
| 20 | + <!--Highlight Colors Palette --> |
| 21 | + <color name="mud" value="#804b00"/> <!-- LATTE900 --> |
| 22 | + <color name="latte" value="#e7c591"/> <!-- LATTE300 --> |
| 23 | + <color name="yellow" value="#d48e15"/> <!-- BANANA700 --> |
| 24 | + <color name="orange" value="#cc3b02"/> <!-- ORANGE700 --> |
| 25 | + <color name="pink" value="#bc245d"/> <!-- BUBBLEGUM700 --> |
| 26 | + <color name="purple" value="#452981"/> <!-- GRAPE900 --> |
| 27 | + <color name="cyan" value="#007367"/> <!-- MINT900 --> |
| 28 | + <color name="blue" value="#0d52bf"/> <!-- BLUEBERRY700 --> |
| 29 | + <color name="lime" value="#68b723"/> <!-- LIME500 --> |
| 30 | + <color name="green" value="#206b00"/> <!-- LIME900 --> |
| 31 | + <color name="red" value="#a10705"/> <!-- STRAWBERRY700 --> |
| 32 | + <color name="black" value="#000000"/> |
| 33 | + |
| 34 | + |
| 35 | + <!-- Global Settings --> |
| 36 | + <style name="text" foreground="fg-0" background="bg-2"/> |
| 37 | + <style name="selection" background="latte"/> |
| 38 | + <style name="cursor" foreground="fg-0"/> |
| 39 | + <style name="secondary-cursor" foreground="fg-1"/> |
| 40 | + <style name="current-line" background="bg-1"/> |
| 41 | + <style name="line-numbers" foreground="fg-1" background="bg-3"/> |
| 42 | + <style name="background-pattern" background="bg-3"/> |
| 43 | + <style name="draw-spaces" foreground="fg-2"/> |
| 44 | + |
| 45 | + <!-- Bracket Matching --> |
| 46 | + <style name="bracket-match" foreground="lime" background="bg-2" bold="true"/> |
| 47 | + <style name="bracket-mismatch" foreground="red" background="fg-2" bold="true"/> |
| 48 | + |
| 49 | + <!-- Right Margin --> |
| 50 | + <style name="right-margin" foreground="bg-3" background="fg-1"/> |
| 51 | + |
| 52 | + <!-- Search Matching --> |
| 53 | + <style name="search-match" foreground="black" background="yellow"/> |
| 54 | + |
| 55 | + <!-- Comments --> |
| 56 | + <style name="def:comment" foreground="blue" italic="true"/> |
| 57 | + <style name="def:shebang" foreground="fg-1" bold="true"/> |
| 58 | + <style name="def:doc-comment-element" italic="true"/> |
| 59 | + |
| 60 | + <!-- Constants --> |
| 61 | + <style name="def:constant" foreground="cyan"/> |
| 62 | + <style name="def:special-char" foreground="green"/> |
| 63 | + |
| 64 | + <!-- Identifiers --> |
| 65 | + <style name="def:identifier" foreground="blue" bold="true"/> |
| 66 | + |
| 67 | + <!-- Statements --> |
| 68 | + <style name="def:statement" foreground="orange"/> |
| 69 | + |
| 70 | + <!-- Types --> |
| 71 | + <style name="def:type" foreground="green" bold="true"/> |
| 72 | + <style name="def:string" foreground="pink"/> |
| 73 | + <style name="def:keyword" foreground="mud" bold="true"/> |
| 74 | + |
| 75 | + <!-- Markup --> |
| 76 | + <style name="def:emphasis" italic="true"/> |
| 77 | + <style name="def:strong-emphasis" foreground="orange"/> |
| 78 | + <style name="def:inline-code" foreground="blue"/> |
| 79 | + <style name="def:insertion" underline="single"/> |
| 80 | + <style name="def:deletion" strikethrough="true"/> |
| 81 | + <style name="def:link-text" foreground="fg-1"/> |
| 82 | + <style name="def:link-symbol" foreground="fg-1" bold="true"/> |
| 83 | + <style name="def:link-destination" italic="true" underline="single"/> |
| 84 | + <style name="def:heading" foreground="yellow"/> |
| 85 | + <style name="def:thematic-break" foreground="yellow"/> |
| 86 | + <style name="def:preformatted-section" foreground="blue"/> |
| 87 | + <style name="def:list-marker" foreground="orange"/> |
| 88 | + |
| 89 | + <!-- Operators --> |
| 90 | + <style name="def:operator" foreground="lime" bold="true" /> |
| 91 | + |
| 92 | + <!-- Others --> |
| 93 | + <style name="def:preprocessor" foreground="purple"/> |
| 94 | + <style name="def:error" foreground="red" bold="true"/> |
| 95 | + <style name="def:note" foreground="pink" bold="true"/> |
| 96 | + <style name="def:net-address" italic="true" underline="single"/> |
| 97 | + |
| 98 | + <!-- Language specific styles --> |
| 99 | + <style name="diff:added-line" foreground="green"/> |
| 100 | + <style name="diff:removed-line" foreground="red"/> |
| 101 | + <style name="diff:changed-line" foreground="yellow"/> |
| 102 | + <style name="diff:special-case" use-style="def:constant"/> |
| 103 | + <style name="diff:location" use-style="def:statement"/> |
| 104 | + <style name="diff:diff-file" use-style="def:type"/> |
| 105 | + |
| 106 | + <style name="xml:tags" foreground="cyan" bold="true"/> |
| 107 | + <style name="xml:attribute-name" foreground="purple" bold="true"/> |
| 108 | + <style name="xml:namespace" foreground="lime" bold="true"/> |
| 109 | + |
| 110 | + <style name="js:built-in-constructor" use-style="def:identifier"/> |
| 111 | + |
| 112 | + <style name="latex:display-math" foreground="purple"/> |
| 113 | + <style name="latex:command" foreground="green" bold="true"/> |
| 114 | + <style name="latex:include" use-style="def:preprocessor"/> |
| 115 | + |
| 116 | + <style name="sh:variable" foreground="purple"/> |
| 117 | + |
| 118 | + <!-- legacy styles for old lang files --> |
| 119 | + <style name="Others" foreground="green" bold="true"/> |
| 120 | + <style name="Others 2" foreground="cyan"/> |
| 121 | + <style name="Others 3" foreground="purple"/> |
| 122 | + |
| 123 | +</style-scheme> |
0 commit comments