Skip to content

Commit

Permalink
improve styles for qt creator
Browse files Browse the repository at this point in the history
  • Loading branch information
jf990 committed Jan 27, 2016
1 parent d7e937a commit f7f77b7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
12 changes: 8 additions & 4 deletions src/styles/qtcreator_dark.css
Expand Up @@ -4,6 +4,7 @@ Qt Creator dark color scheme
*/


.hljs {
display: block;
overflow-x: auto;
Expand All @@ -12,6 +13,7 @@ Qt Creator dark color scheme
}

.hljs,
.hljs-subst,
.hljs-tag,
.hljs-title {
color: #aaaaaa;
Expand All @@ -30,7 +32,8 @@ Qt Creator dark color scheme
color: #ff55ff;
}

.hljs-code {
.hljs-code
.hljs-selector-class {
color: #aaaaff;
}

Expand All @@ -41,11 +44,11 @@ Qt Creator dark color scheme
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-function,
.hljs-section,
.hljs-symbol,
.hljs-name,
.hljs-selector-tag {
.hljs-name {
color: #ffff55;
}

Expand All @@ -62,9 +65,10 @@ Qt Creator dark color scheme
.hljs-string,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-subst,
.hljs-selector-pseudo,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-template-tag,
.hljs-template-variable,
.hljs-addition,
Expand Down
14 changes: 9 additions & 5 deletions src/styles/qtcreator_light.css
@@ -1,9 +1,10 @@
/*
Qt Creator dark color scheme
Qt Creator light color scheme
*/


.hljs {
display: block;
overflow-x: auto;
Expand All @@ -12,6 +13,7 @@ Qt Creator dark color scheme
}

.hljs,
.hljs-subst,
.hljs-tag,
.hljs-title {
color: #000000;
Expand All @@ -30,7 +32,8 @@ Qt Creator dark color scheme
color: #000080;
}

.hljs-code {
.hljs-code
.hljs-selector-class {
color: #800080;
}

Expand All @@ -41,11 +44,11 @@ Qt Creator dark color scheme
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-function,
.hljs-section,
.hljs-symbol,
.hljs-name,
.hljs-selector-tag {
.hljs-name {
color: #808000;
}

Expand All @@ -62,9 +65,10 @@ Qt Creator dark color scheme
.hljs-string,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-subst,
.hljs-selector-pseudo,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-template-tag,
.hljs-template-variable,
.hljs-addition,
Expand Down

0 comments on commit f7f77b7

Please sign in to comment.