Browse Source

Minor adjustments to juci dark and dark-blue note styles

merge-requests/365/head
eidheim 9 years ago
parent
commit
42b49433bb
  1. 14
      src/files.h

14
src/files.h

@ -268,6 +268,7 @@ const std::string juci_dark_style = R"RAW(<?xml version="1.0" encoding="UTF-8"?>
<color name="black" value="#202428"/> <color name="black" value="#202428"/>
<color name="gray" value="#888888"/> <color name="gray" value="#888888"/>
<color name="red" value="#FF9999"/> <color name="red" value="#FF9999"/>
<color name="yellow" value="#EEEE66"/>
<color name="green" value="#AACC99"/> <color name="green" value="#AACC99"/>
<color name="blue" value="#88AAFF"/> <color name="blue" value="#88AAFF"/>
<color name="light-blue" value="#AABBEE"/> <color name="light-blue" value="#AABBEE"/>
@ -306,13 +307,13 @@ const std::string juci_dark_style = R"RAW(<?xml version="1.0" encoding="UTF-8"?>
<style name="def:function" foreground="light-blue"/> <style name="def:function" foreground="light-blue"/>
<style name="def:identifier" foreground="purple"/> <style name="def:identifier" foreground="purple"/>
<style name="def:preprocessor" foreground="green"/> <style name="def:preprocessor" foreground="green"/>
<style name="def:error" foreground="#FF6666"/> <style name="def:error" foreground="red"/>
<style name="def:warning" foreground="#FFE100"/> <style name="def:warning" foreground="yellow"/>
<style name="def:note" foreground="white" background="#383F46"/> <style name="def:note" foreground="#E6E6E6" background="#383F46"/>
<style name="diff:added-line" foreground="green"/> <style name="diff:added-line" foreground="green"/>
<style name="diff:removed-line" foreground="red"/> <style name="diff:removed-line" foreground="red"/>
<style name="diff:changed-line" foreground="orange"/> <style name="diff:changed-line" foreground="yellow"/>
<style name="diff:diff-file" use-style="def:type"/> <style name="diff:diff-file" use-style="def:type"/>
<style name="diff:location" use-style="def:statement"/> <style name="diff:location" use-style="def:statement"/>
<style name="diff:special-case" use-style="def:constant"/> <style name="diff:special-case" use-style="def:constant"/>
@ -336,7 +337,6 @@ const std::string juci_dark_blue_style = R"RAW(<?xml version="1.0" encoding="UTF
<color name="blue" value="#00CCFF"/> <color name="blue" value="#00CCFF"/>
<color name="green" value="#14ECA8"/> <color name="green" value="#14ECA8"/>
<color name="light-blue" value="#8BFAFF"/> <color name="light-blue" value="#8BFAFF"/>
<color name="orange" value="#FF8800"/>
<color name="light-green" value="#A0DB6B"/> <color name="light-green" value="#A0DB6B"/>
<style name="text" foreground="white" background="dark-blue"/> <style name="text" foreground="white" background="dark-blue"/>
@ -374,11 +374,11 @@ const std::string juci_dark_blue_style = R"RAW(<?xml version="1.0" encoding="UTF
<style name="def:preprocessor" foreground="yellow"/> <style name="def:preprocessor" foreground="yellow"/>
<style name="def:error" foreground="red"/> <style name="def:error" foreground="red"/>
<style name="def:warning" foreground="yellow"/> <style name="def:warning" foreground="yellow"/>
<style name="def:note" foreground="white" background="#383C59"/> <style name="def:note" foreground="#E6E6E6" background="#383C59"/>
<style name="diff:added-line" foreground="green"/> <style name="diff:added-line" foreground="green"/>
<style name="diff:removed-line" foreground="red"/> <style name="diff:removed-line" foreground="red"/>
<style name="diff:changed-line" foreground="orange"/> <style name="diff:changed-line" foreground="yellow"/>
<style name="diff:diff-file" use-style="def:type"/> <style name="diff:diff-file" use-style="def:type"/>
<style name="diff:location" use-style="def:statement"/> <style name="diff:location" use-style="def:statement"/>
<style name="diff:special-case" use-style="def:constant"/> <style name="diff:special-case" use-style="def:constant"/>

Loading…
Cancel
Save