aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/styles/creator-dark.xml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/styles/creator-dark.xml')
-rw-r--r--share/qtcreator/styles/creator-dark.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/qtcreator/styles/creator-dark.xml b/share/qtcreator/styles/creator-dark.xml
index bff4b21bd4..d5bd74a7fb 100644
--- a/share/qtcreator/styles/creator-dark.xml
+++ b/share/qtcreator/styles/creator-dark.xml
@@ -57,6 +57,11 @@
<style name="DiffDestLine" background="#588a2c"/>
<style name="DiffDestChar" foreground="#2e2f30" background="#7cc33e"/>
<style name="LogChangeLine" foreground="#d65645"/>
+ <style name="LogAuthorName" foreground="#ceffe5"/>
+ <style name="LogCommitDate" foreground="#00ff00"/>
+ <style name="LogCommitHash" foreground="#ff0000"/>
+ <style name="LogCommitSubject" foreground="#d6cf9a"/>
+ <style name="LogDecoration" foreground="#ff00ff"/>
<style name="Warning" underlineColor="#d6c545" underlineStyle="SingleUnderline"/>
<style name="WarningContext" underlineColor="#d6c545" underlineStyle="DotLine"/>
<style name="Error" underlineColor="#d65645" underlineStyle="SingleUnderline"/>