Browse Source

Improved blue text color in juci-dark style

merge-requests/365/head
eidheim 9 years ago
parent
commit
bce96066f7
  1. 4
      src/files.h

4
src/files.h

@ -269,8 +269,8 @@ const std::string juci_dark_style = R"RAW(<?xml version="1.0" encoding="UTF-8"?>
<color name="gray" value="#888888"/>
<color name="red" value="#FF9999"/>
<color name="green" value="#AACC99"/>
<color name="blue" value="#AAAAFF"/>
<color name="light-blue" value="#BBBBEE"/>
<color name="blue" value="#88AAFF"/>
<color name="light-blue" value="#AABBEE"/>
<color name="purple" value="#DD99DD"/>
<style name="text" foreground="white" background="black"/>

Loading…
Cancel
Save