Skip to content

Instantly share code, notes, and snippets.

View Mizux's full-sized avatar

Mizux Seiha Mizux

View GitHub Profile
@Mizux
Mizux / argonaute.xml
Last active February 6, 2018 14:44
QTCreator style
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="argonaute">
<style name="Text" foreground="#aaaaaa" background="#000000"/>
<style name="Link" foreground="#0055ff"/>
<style name="Selection" foreground="#000000" background="#aaaaaa"/>
<style name="LineNumber" foreground="#888888" background="#232323"/>
<style name="SearchResult" background="#555500"/>
<style name="SearchScope" background="#222200"/>
<style name="Parentheses" foreground="#ff5555" background="#333333"/>
<style name="ParenthesesMismatch" background="#800080"/>