Last active
January 7, 2025 00:09
-
-
Save AkBKukU/682bfad2680acce9386e1580fc9bd27f to your computer and use it in GitHub Desktop.
My custom Kate color theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "custom-styles": { | |
| }, | |
| "editor-colors": { | |
| "BackgroundColor": "#090c1e", | |
| "BracketMatching": "#4400aa", | |
| "CodeFolding": "#002b26", | |
| "CurrentLine": "#0c1130", | |
| "CurrentLineNumber": "#d33d3d", | |
| "IconBorder": "#060814", | |
| "IndentationLine": "#2a00d2", | |
| "LineNumbers": "#f5e749", | |
| "MarkBookmark": "#0000ff", | |
| "MarkBreakpointActive": "#ff0000", | |
| "MarkBreakpointDisabled": "#ff00ff", | |
| "MarkBreakpointReached": "#ffff00", | |
| "MarkError": "#ff0000", | |
| "MarkExecution": "#a0a0a4", | |
| "MarkWarning": "#00ff00", | |
| "ModifiedLines": "#54ff54", | |
| "ReplaceHighlight": "#54ff54", | |
| "SavedLines": "#5454ff", | |
| "SearchHighlight": "#76008b", | |
| "Separator": "#444444", | |
| "SpellChecking": "#ff0000", | |
| "TabMarker": "#414141", | |
| "TemplateBackground": "#cccccc", | |
| "TemplateFocusedPlaceholder": "#66ff66", | |
| "TemplatePlaceholder": "#ccffcc", | |
| "TemplateReadOnlyPlaceholder": "#ffcccc", | |
| "TextSelection": "#cecece", | |
| "WordWrapMarker": "#262626" | |
| }, | |
| "metadata": { | |
| "name": "AkBKukU", | |
| "revision": 1 | |
| }, | |
| "text-styles": { | |
| "Alert": { | |
| "background-color": "#3f0000", | |
| "bold": true, | |
| "selected-background-color": "#ff0000", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#ff0000" | |
| }, | |
| "Annotation": { | |
| "selected-background-color": "#e2e2e2", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#e2e2e2" | |
| }, | |
| "Attribute": { | |
| "selected-background-color": "#6bff72", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#6bff72" | |
| }, | |
| "BaseN": { | |
| "selected-background-color": "#6bff72", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#6bff72" | |
| }, | |
| "BuiltIn": { | |
| "bold": true, | |
| "selected-background-color": "#5664ff", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#5664ff" | |
| }, | |
| "Char": { | |
| "selected-background-color": "#ff5454", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#ff5454" | |
| }, | |
| "Comment": { | |
| "selected-background-color": "#919191", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#919191" | |
| }, | |
| "CommentVar": { | |
| "selected-background-color": "#0095ff", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#0095ff" | |
| }, | |
| "Constant": { | |
| "bold": true, | |
| "selected-background-color": "#b11818", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#b11818" | |
| }, | |
| "ControlFlow": { | |
| "bold": true, | |
| "selected-background-color": "#e65050", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#e65050" | |
| }, | |
| "DataType": { | |
| "bold": true, | |
| "selected-background-color": "#6370ff", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#6370ff" | |
| }, | |
| "DecVal": { | |
| "selected-background-color": "#6bff72", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#6bff72" | |
| }, | |
| "Documentation": { | |
| "selected-background-color": "#a8a8a8", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#a8a8a8" | |
| }, | |
| "Error": { | |
| "selected-background-color": "#ff5500", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#ff5500", | |
| "underline": true | |
| }, | |
| "Extension": { | |
| "bold": true, | |
| "selected-background-color": "#6370ff", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#6370ff" | |
| }, | |
| "Float": { | |
| "selected-background-color": "#6bff72", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#6bff72" | |
| }, | |
| "Function": { | |
| "selected-background-color": "#e8e8e8", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#e8e8e8" | |
| }, | |
| "Import": { | |
| "selected-background-color": "#b11818", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#b11818" | |
| }, | |
| "Information": { | |
| "background-color": "#003e08", | |
| "selected-background-color": "#ffffff", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#ffffff" | |
| }, | |
| "Keyword": { | |
| "bold": true, | |
| "selected-background-color": "#e65050", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#e65050" | |
| }, | |
| "Normal": { | |
| "selected-background-color": "#e8e8e8", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#e8e8e8" | |
| }, | |
| "Operator": { | |
| "selected-background-color": "#d0cdd0", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#d0cdd0" | |
| }, | |
| "Others": { | |
| "selected-background-color": "#54ff54", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#54ff54" | |
| }, | |
| "Preprocessor": { | |
| "selected-background-color": "#b11818", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#b11818" | |
| }, | |
| "RegionMarker": { | |
| "background-color": "#22226d", | |
| "selected-background-color": "#0095ff", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#0095ff" | |
| }, | |
| "SpecialChar": { | |
| "selected-background-color": "#b11818", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#b11818" | |
| }, | |
| "SpecialString": { | |
| "selected-background-color": "#ff5500", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#ff5500" | |
| }, | |
| "String": { | |
| "selected-background-color": "#fffca8", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#fffca8" | |
| }, | |
| "Variable": { | |
| "selected-background-color": "#687cff", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#687cff" | |
| }, | |
| "VerbatimString": { | |
| "selected-background-color": "#f000f0", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#f000f0" | |
| }, | |
| "Warning": { | |
| "selected-background-color": "#ff0000", | |
| "selected-text-color": "#090c1e", | |
| "text-color": "#ff0000" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment