aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/data/themes/breeze-dark.theme
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/3rdparty/syntax-highlighting/data/themes/breeze-dark.theme')
-rw-r--r--src/libs/3rdparty/syntax-highlighting/data/themes/breeze-dark.theme67
1 files changed, 36 insertions, 31 deletions
diff --git a/src/libs/3rdparty/syntax-highlighting/data/themes/breeze-dark.theme b/src/libs/3rdparty/syntax-highlighting/data/themes/breeze-dark.theme
index 8147948eeb..1ad7fffee3 100644
--- a/src/libs/3rdparty/syntax-highlighting/data/themes/breeze-dark.theme
+++ b/src/libs/3rdparty/syntax-highlighting/data/themes/breeze-dark.theme
@@ -1,6 +1,11 @@
{
"metadata" : {
- "revision" : 2,
+ "copyright": [
+ "SPDX-FileCopyrightText: 2016 Volker Krause <vkrause@kde.org>",
+ "SPDX-FileCopyrightText: 2016 Dominik Haumann <dhaumann@kde.org>"
+ ],
+ "license": "SPDX-License-Identifier: MIT",
+ "revision" : 7,
"name" : "Breeze Dark"
},
"text-styles": {
@@ -31,8 +36,8 @@
"bold" : true
},
"Operator" : {
- "text-color" : "#cfcfc2",
- "selected-text-color" : "#cfcfc2"
+ "text-color" : "#3f8058",
+ "selected-text-color" : "#54aa75"
},
"BuiltIn" : {
"text-color" : "#7f8c8d",
@@ -142,33 +147,33 @@
}
},
"editor-colors": {
- "background-color" : "#232629",
- "code-folding" : "#224e65",
- "bracket-matching" : "#8e44ad",
- "current-line" : "#2A2E32",
- "icon-border" : "#31363b",
- "indentation-line" : "#3a3f44",
- "line-numbers" : "#7a7c7d",
- "current-line-number" : "#a5a6a8",
- "mark-bookmark" : "#0404bf",
- "mark-breakpoint-active" : "#8b0607",
- "mark-breakpoint-reached" : "#6d6e07",
- "mark-breakpoint-disabled" : "#820683",
- "mark-execution" : "#4d4e50",
- "mark-warning" : "#f67400",
- "mark-error" : "#da4453",
- "modified-lines" : "#c04900",
- "replace-highlight" : "#808021",
- "saved-lines" : "#1c8042",
- "search-highlight" : "#218058",
- "selection" : "#2d5c76",
- "separator" : "#7a7c7d",
- "spell-checking" : "#c0392b",
- "tab-marker" : "#4d4d4d",
- "template-background" : "#31363b",
- "template-placeholder" : "#123723",
- "template-focused-placeholder" : "#123723",
- "template-read-only-placeholder" : "#4d1f24",
- "word-wrap-marker" : "#3a3f44"
+ "BackgroundColor" : "#232629",
+ "CodeFolding" : "#224e65",
+ "BracketMatching" : "#8e44ad",
+ "CurrentLine" : "#2A2E32",
+ "IconBorder" : "#31363b",
+ "IndentationLine" : "#3a3f44",
+ "LineNumbers" : "#7a7c7d",
+ "CurrentLineNumber" : "#a5a6a8",
+ "MarkBookmark" : "#0404bf",
+ "MarkBreakpointActive" : "#8b0607",
+ "MarkBreakpointReached" : "#6d6e07",
+ "MarkBreakpointDisabled" : "#820683",
+ "MarkExecution" : "#4d4e50",
+ "MarkWarning" : "#f67400",
+ "MarkError" : "#da4453",
+ "ModifiedLines" : "#c04900",
+ "ReplaceHighlight" : "#808021",
+ "SavedLines" : "#1c8042",
+ "SearchHighlight" : "#218058",
+ "TextSelection" : "#2d5c76",
+ "Separator" : "#3f4347",
+ "SpellChecking" : "#c0392b",
+ "TabMarker" : "#4d4d4d",
+ "TemplateBackground" : "#31363b",
+ "TemplatePlaceholder" : "#123723",
+ "TemplateFocusedPlaceholder" : "#123723",
+ "TemplateReadOnlyPlaceholder" : "#4d1f24",
+ "WordWrapMarker" : "#3a3f44"
}
}