diff --git a/data/themes/breeze-dark.theme b/data/themes/breeze-dark.theme index ed6fd4f..8147948 100644 --- a/data/themes/breeze-dark.theme +++ b/data/themes/breeze-dark.theme @@ -1,177 +1,174 @@ { "metadata" : { - "revision" : 1, - "name" : "Breeze Dark", - "author" : "Dominik Haumann", - "license" : "MIT", - "read-only" : true + "revision" : 2, + "name" : "Breeze Dark" }, "text-styles": { "Normal" : { "text-color" : "#cfcfc2", "selected-text-color" : "#cfcfc2", "bold" : false, "italic" : false, "underline" : false, "strike-through" : false }, "Keyword" : { "text-color" : "#cfcfc2", "selected-text-color" : "#cfcfc2", "bold" : true }, "Function" : { "text-color" : "#8e44ad", "selected-text-color" : "#af81ff" }, "Variable" : { "text-color" : "#27aeae", "selected-text-color" : "#27aeae" }, "ControlFlow" : { "text-color" : "#fdbc4b", "selected-text-color" : "#fdbc4b", "bold" : true }, "Operator" : { "text-color" : "#cfcfc2", "selected-text-color" : "#cfcfc2" }, "BuiltIn" : { "text-color" : "#7f8c8d", "selected-text-color" : "#bdc3c7" }, "Extension" : { "text-color" : "#0099ff", "selected-text-color" : "#bdc3c7", "bold" : true }, "Preprocessor" : { "text-color" : "#27ae60", "selected-text-color" : "#27ae60" }, "Attribute" : { "text-color" : "#2980b9", "selected-text-color" : "#fdbc4b" }, "Char" : { "text-color" : "#3daee9", "selected-text-color" : "#3daee9" }, "SpecialChar" : { "text-color" : "#3daee9", "selected-text-color" : "#3daee9" }, "String" : { "text-color" : "#f44f4f", "selected-text-color" : "#f44f4f" }, "VerbatimString" : { "text-color" : "#da4453", "selected-text-color" : "#da4453" }, "SpecialString" : { "text-color" : "#da4453", "selected-text-color" : "#da4453" }, "Import" : { "text-color" : "#27ae60", "selected-text-color" : "#27ae60" }, "DataType" : { "text-color" : "#2980b9", "selected-text-color" : "#fdbc4b" }, "DecVal" : { "text-color" : "#f67400", "selected-text-color" : "#f67400" }, "BaseN" : { "text-color" : "#f67400", "selected-text-color" : "#f67400" }, "Float" : { "text-color" : "#f67400", "selected-text-color" : "#f67400" }, "Constant" : { "text-color" : "#27aeae", "selected-text-color" : "#27aeae", "bold" : true }, "Comment" : { "text-color" : "#7a7c7d", "selected-text-color" : "#808080" }, "Documentation" : { "text-color" : "#a43340", "selected-text-color" : "#da4453" }, "Annotation" : { "text-color" : "#3f8058", "selected-text-color" : "#54aa75" }, "CommentVar" : { "text-color" : "#7f8c8d", "selected-text-color" : "#94a3a4" }, "RegionMarker" : { "text-color" : "#2980b9", "selected-text-color" : "#3daee9", "background-color" : "#153042" }, "Information" : { "text-color" : "#c45b00", "selected-text-color" : "#e46700" }, "Warning" : { "text-color" : "#da4453", "selected-text-color" : "#da4453" }, "Alert" : { "text-color" : "#95da4c", "selected-text-color" : "#95da4c", "background-color" : "#4d1f24", "bold" : true }, "Error" : { "text-color" : "#da4453", "selected-text-color" : "#da4453", "underline" : true }, "Others" : { "text-color" : "#27ae60", "selected-text-color" : "#27ae60" } }, "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" } } diff --git a/data/themes/default.theme b/data/themes/default.theme index 737b7f2..e9c5c83 100644 --- a/data/themes/default.theme +++ b/data/themes/default.theme @@ -1,176 +1,174 @@ { "metadata" : { - "revision" : 2, - "name" : "Default", - "author" : "Kate Authors", - "license" : "MIT" + "revision" : 3, + "name" : "Default" }, "text-styles": { "Normal" : { "text-color" : "#1f1c1b", "selected-text-color" : "#ffffff", "bold" : false, "italic" : false, "underline" : false, "strike-through" : false }, "Keyword" : { "text-color" : "#1f1c1b", "selected-text-color" : "#ffffff", "bold" : true }, "Function" : { "text-color" : "#644a9b", "selected-text-color" : "#452886" }, "Variable" : { "text-color" : "#0057ae", "selected-text-color" : "#00316e" }, "ControlFlow" : { "text-color" : "#1f1c1b", "selected-text-color" : "#ffffff", "bold" : true }, "Operator" : { "text-color" : "#1f1c1b", "selected-text-color" : "#ffffff" }, "BuiltIn" : { "text-color" : "#644a9b", "selected-text-color" : "#452886", "bold" : true }, "Extension" : { "text-color" : "#0095ff", "selected-text-color" : "#ffffff", "bold" : true }, "Preprocessor" : { "text-color" : "#006e28", "selected-text-color" : "#006e28" }, "Attribute" : { "text-color" : "#0057ae", "selected-text-color" : "#00316e" }, "Char" : { "text-color" : "#924c9d", "selected-text-color" : "#6c2477" }, "SpecialChar" : { "text-color" : "#3daee9", "selected-text-color" : "#fcfcfc" }, "String" : { "text-color" : "#bf0303", "selected-text-color" : "#9c0e0e" }, "VerbatimString" : { "text-color" : "#bf0303", "selected-text-color" : "#9c0e0e" }, "SpecialString" : { "text-color" : "#ff5500", "selected-text-color" : "#ff5500" }, "Import" : { "text-color" : "#ff5500", "selected-text-color" : "#ff5500" }, "DataType" : { "text-color" : "#0057ae", "selected-text-color" : "#00316e" }, "DecVal" : { "text-color" : "#b08000", "selected-text-color" : "#805c00" }, "BaseN" : { "text-color" : "#b08000", "selected-text-color" : "#805c00" }, "Float" : { "text-color" : "#b08000", "selected-text-color" : "#805c00" }, "Constant" : { "text-color" : "#aa5500", "selected-text-color" : "#5e2f00" }, "Comment" : { "text-color" : "#898887", "selected-text-color" : "#5e5d5d" }, "Documentation" : { "text-color" : "#607880", "selected-text-color" : "#46585e" }, "Annotation" : { "text-color" : "#ca60ca", "selected-text-color" : "#a44ea4" }, "CommentVar" : { "text-color" : "#0095ff", "selected-text-color" : "#ffffff" }, "RegionMarker" : { "text-color" : "#0057ae", "selected-text-color" : "#00316e", "background-color" : "#e0e9f8" }, "Information" : { "text-color" : "#b08000", "selected-text-color" : "#805c00" }, "Warning" : { "text-color" : "#bf0303", "selected-text-color" : "#9c0e0e" }, "Alert" : { "text-color" : "#bf0303", "selected-text-color" : "#9c0e0e", "background-color" : "#f7e6e6", "bold" : true }, "Error" : { "text-color" : "#bf0303", "selected-text-color" : "#9c0e0e", "underline" : true }, "Others" : { "text-color" : "#006e28", "selected-text-color" : "#006e28" } }, "editor-colors": { "background-color" : "#ffffff", "code-folding" : "#94caef", "bracket-matching" : "#ffff00", "current-line" : "#f8f7f6", "icon-border" : "#f0f0f0", "indentation-line" : "#d2d2d2", "line-numbers" : "#a0a0a0", "current-line-number" : "#1e1e1e", "mark-bookmark" : "#0000ff", "mark-breakpoint-active" : "#ff0000", "mark-breakpoint-reached" : "#ffff00", "mark-breakpoint-disabled" : "#ff00ff", "mark-execution" : "#a0a0a4", "mark-warning" : "#00ff00", "mark-error" : "#ff0000", "modified-lines" : "#fdbc4b", "replace-highlight" : "#00ff00", "saved-lines" : "#2ecc71", "search-highlight" : "#ffff00", "selection" : "#94caef", "separator" : "#898887", "spell-checking" : "#bf0303", "tab-marker" : "#d2d2d2", "template-background" : "#d6d2d0", "template-placeholder" : "#baf8ce", "template-focused-placeholder" : "#76da98", "template-read-only-placeholder" : "#f6e6e6", "word-wrap-marker" : "#ededed" } } diff --git a/data/themes/printing.theme b/data/themes/printing.theme index 1fc252b..a6048ed 100644 --- a/data/themes/printing.theme +++ b/data/themes/printing.theme @@ -1,175 +1,173 @@ { "metadata" : { - "revision" : 2, - "name" : "Printing", - "author" : "Kate Authors", - "license" : "MIT" + "revision" : 3, + "name" : "Printing" }, "text-styles": { "Normal" : { "text-color" : "#000000", "selected-text-color" : "#ffffff", "bold" : false, "italic" : false, "underline" : false, "strike-through" : false }, "Keyword" : { "text-color" : "#000000", "selected-text-color" : "#ffffff", "bold" : true }, "Function" : { "text-color" : "#644a9b", "selected-text-color" : "#452886" }, "Variable" : { "text-color" : "#0057ae", "selected-text-color" : "#00316e" }, "ControlFlow" : { "text-color" : "#000000", "selected-text-color" : "#ffffff", "bold" : true }, "Operator" : { "text-color" : "#000000", "selected-text-color" : "#ffffff" }, "BuiltIn" : { "text-color" : "#644a9b", "selected-text-color" : "#452886" }, "Extension" : { "text-color" : "#0095ff", "selected-text-color" : "#ffffff", "bold" : true }, "Preprocessor" : { "text-color" : "#006e28", "selected-text-color" : "#006e28" }, "Attribute" : { "text-color" : "#0057ae", "selected-text-color" : "#00316e" }, "Char" : { "text-color" : "#924c9d", "selected-text-color" : "#6c2477" }, "SpecialChar" : { "text-color" : "#ff5500", "selected-text-color" : "#ff5500" }, "String" : { "text-color" : "#bf0303", "selected-text-color" : "#9c0e0e" }, "VerbatimString" : { "text-color" : "#bf0303", "selected-text-color" : "#9c0e0e" }, "SpecialString" : { "text-color" : "#ff5500", "selected-text-color" : "#ff5500" }, "Import" : { "text-color" : "#644a9b", "selected-text-color" : "#452886" }, "DataType" : { "text-color" : "#0057ae", "selected-text-color" : "#00316e" }, "DecVal" : { "text-color" : "#b08000", "selected-text-color" : "#805c00" }, "BaseN" : { "text-color" : "#b08000", "selected-text-color" : "#805c00" }, "Float" : { "text-color" : "#b08000", "selected-text-color" : "#805c00" }, "Constant" : { "text-color" : "#aa5500", "selected-text-color" : "#5e2f00" }, "Comment" : { "text-color" : "#898887", "selected-text-color" : "#5e5d5d" }, "Documentation" : { "text-color" : "#607880", "selected-text-color" : "#46585e" }, "Annotation" : { "text-color" : "#ca60ca", "selected-text-color" : "#a44ea4" }, "CommentVar" : { "text-color" : "#0095ff", "selected-text-color" : "#ffffff" }, "RegionMarker" : { "text-color" : "#0057ae", "selected-text-color" : "#00316e", "background-color" : "#e0e9f8" }, "Information" : { "text-color" : "#b08000", "selected-text-color" : "#805c00" }, "Warning" : { "text-color" : "#bf0303", "selected-text-color" : "#9c0e0e" }, "Alert" : { "text-color" : "#bf0303", "selected-text-color" : "#9c0e0e", "background-color" : "#f7e6e6", "bold" : true }, "Error" : { "text-color" : "#bf0303", "selected-text-color" : "#9c0e0e", "underline" : true }, "Others" : { "text-color" : "#006e28", "selected-text-color" : "#006e28" } }, "editor-colors": { "background-color" : "#ffffff", "code-folding" : "#94caef", "bracket-matching" : "#edf9ff", "current-line" : "#f8f7f6", "icon-border" : "#d6d2d0", "indentation-line" : "#d2d2d2", "line-numbers" : "#221f1e", "current-line-number" : "#221f1e", "mark-bookmark" : "#0000ff", "mark-breakpoint-active" : "#ff0000", "mark-breakpoint-reached" : "#ffff00", "mark-breakpoint-disabled" : "#ff00ff", "mark-execution" : "#a0a0a4", "mark-warning" : "#00ff00", "mark-error" : "#ff0000", "modified-lines" : "#f6e6e6", "replace-highlight" : "#00ff00", "saved-lines" : "#baf8ce", "search-highlight" : "#ffff00", "selection" : "#94caef", "separator" : "#898887", "spell-checking" : "#bf0303", "tab-marker" : "#d2d2d2", "template-background" : "#d6d2d0", "template-placeholder" : "#baf8ce", "template-focused-placeholder" : "#76da98", "template-read-only-placeholder" : "#f6e6e6", "word-wrap-marker" : "#ededed" } }