New installer: 2021-04-29

This commit is contained in:
Tom Schoonjans
2021-04-29 13:18:31 +01:00
parent 15fdc2228e
commit 105f54e3c7
937 changed files with 6859 additions and 1359 deletions

View File

@ -33,6 +33,7 @@
<color name="base1" value="#93A1A1"/>
<color name="base2" value="#EEE8D5"/>
<color name="base3" value="#FDF6E3"/>
<color name="base4" value="#C8CCC2"/>
<color name="yellow" value="#B58900"/>
<color name="orange" value="#CB4B16"/>
<color name="red" value="#DC322F"/>
@ -51,6 +52,7 @@
<style name="current-line" background="base2"/>
<style name="line-numbers" foreground="base1" background="base2"/>
<style name="background-pattern" background="base3-2-blend"/>
<style name="draw-spaces" foreground="base4"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="base3" background="base1"/>