Skip to content

Commit

Permalink
Minor color fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojoley committed Apr 14, 2015
1 parent 4f6c770 commit eb190a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dracula.css
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ QAbstractItemView::item {
}
*/
QAbstractItemView::item:alternate {
background-color: #22bb22;
background-color: #414547;
}
QListWidgetItem,
QTreeWidgetItem {
Expand Down
4 changes: 2 additions & 2 deletions styles/Dracula.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Dracula">
<style name="Text" foreground="#a9b7c6" background="#3c3f41"/>
<style name="Text" foreground="#a9b7c6" background="#2b2b2b"/>
<style name="Link" foreground="#287bde"/>
<style name="Selection" background="#214383"/>
<style name="LineNumber" foreground="#888888" background="#313335"/>
Expand All @@ -22,7 +22,7 @@
<style name="Function" foreground="#ffc66d"/>
<style name="Keyword" foreground="#cc7832"/>
<style name="PrimitiveType" foreground="#808000"/>
<style name="Operator"/>
<style name="Operator" foreground="#8994a1"/>
<style name="Preprocessor" foreground="#5454ff"/>
<style name="Label" foreground="#ffff55"/>
<style name="Comment" foreground="#808080"/>
Expand Down

0 comments on commit eb190a0

Please sign in to comment.