Last active
June 2, 2022 15:43
-
-
Save byBretema/0c744eaa41d8952bfe7fed8e87537a56 to your computer and use it in GitHub Desktop.
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <style-scheme version="1.0" name="Monokai"> | |
| <style name="Text" foreground="#e6e5e2" background="#0b0c0a"/> | |
| <style name="Link" foreground="#66d9ef"/> | |
| <style name="Selection" foreground="#e6e5e2" background="#49483e"/> | |
| <style name="LineNumber" foreground="#a0a19c" background="#272822"/> | |
| <style name="SearchResult" foreground="#ffffff" background="#2572b8"/> | |
| <style name="SearchResultAlt1" foreground="#000033" background="#b6ccff"/> | |
| <style name="SearchResultAlt2" foreground="#330000" background="#ffb6cc"/> | |
| <style name="SearchScope" foreground="#000000" background="#e2efff"/> | |
| <style name="Parentheses" foreground="#ff0000" background="#515d6a"/> | |
| <style name="ParenthesesMismatch" foreground="#000000" background="#ff00ff"/> | |
| <style name="AutoComplete" foreground="#000080" background="#c0c0ff"/> | |
| <style name="CurrentLine" background="#3e3d32"/> | |
| <style name="CurrentLineNumber" foreground="#fd971f" background="#0f0e0d"/> | |
| <style name="Occurrences" foreground="#000000" background="#b4b4b4"/> | |
| <style name="Occurrences.Unused" foreground="#e70b02"/> | |
| <style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/> | |
| <style name="Number" foreground="#bd97ff" bold="true"/> | |
| <style name="String" foreground="#87cc1e"/> | |
| <style name="Type" foreground="#56bae2"/> | |
| <style name="Local" foreground="#ff9c2b"/> | |
| <style name="Parameter" foreground="#ff9dd2"/> | |
| <style name="Global" foreground="#ba4b00"/> | |
| <style name="Field" foreground="#ff9dd2" italic="true"/> | |
| <style name="Static" foreground="#387606" italic="true"/> | |
| <style name="VirtualMethod" foreground="#d0a12a"/> | |
| <style name="Function" foreground="#ffc634"/> | |
| <style name="Keyword" foreground="#ff1e70"/> | |
| <style name="PrimitiveType" foreground="#56bae2" italic="true"/> | |
| <style name="Operator" foreground="#70ffdc" bold="true" relativeBackgroundSaturation="-0.05"/> | |
| <style name="Overloaded Operator" foreground="#40a882" bold="true"/> | |
| <style name="Punctuation" foreground="#ffffff" bold="true"/> | |
| <style name="Preprocessor" foreground="#8f8579" bold="true"/> | |
| <style name="Label" foreground="#800000"/> | |
| <style name="Comment" foreground="#8bffb0"/> | |
| <style name="Doxygen.Comment" foreground="#8bffb0" italic="true"/> | |
| <style name="Doxygen.Tag" foreground="#808080" bold="true" italic="true"/> | |
| <style name="VisualWhitespace" foreground="#3e3d32"/> | |
| <style name="QmlLocalId" foreground="#4bec9c" italic="true"/> | |
| <style name="QmlExternalId" foreground="#906bff" italic="true" underlineStyle="SingleUnderline"/> | |
| <style name="QmlTypeId" foreground="#ff9bff" bold="true"/> | |
| <style name="QmlRootObjectProperty" foreground="#6fd9ff" italic="true" underlineStyle="SingleUnderline"/> | |
| <style name="QmlScopeObjectProperty" foreground="#6fd9ff" italic="true"/> | |
| <style name="QmlExternalObjectProperty" foreground="#906bff" bold="true" italic="true"/> | |
| <style name="JsScopeVar" foreground="#2985c7" italic="true"/> | |
| <style name="JsImportVar" foreground="#0080ff" italic="true"/> | |
| <style name="JsGlobalVar" foreground="#0080ff" italic="true"/> | |
| <style name="QmlStateName" foreground="#59ff00" italic="true"/> | |
| <style name="Binding" foreground="#e6955f"/> | |
| <style name="DisabledCode" foreground="#afafaf" background="#2e3129"/> | |
| <style name="AddedLine" foreground="#3875d7"/> | |
| <style name="RemovedLine" foreground="#ff0000"/> | |
| <style name="DiffFile" foreground="#a6e22e"/> | |
| <style name="DiffLocation" foreground="#0000ff"/> | |
| <style name="DiffFileLine" foreground="#3e3d32" background="#ffff48"/> | |
| <style name="DiffContextLine" foreground="#a0a19c" background="#39474c"/> | |
| <style name="DiffSourceLine" foreground="#e10000" background="#272822"/> | |
| <style name="DiffSourceChar" foreground="#ff0000" background="#484739"/> | |
| <style name="DiffDestLine" foreground="#00e100" background="#272822"/> | |
| <style name="DiffDestChar" foreground="#00ff00" background="#484739"/> | |
| <style name="LogChangeLine" foreground="#c00000"/> | |
| <style name="LogAuthorName" foreground="#007af4"/> | |
| <style name="LogCommitDate" foreground="#006600"/> | |
| <style name="LogCommitHash" foreground="#ff0000"/> | |
| <style name="LogCommitSubject"/> | |
| <style name="LogDecoration" foreground="#ff00ff"/> | |
| <style name="Warning" underlineColor="#ffbe00" underlineStyle="SingleUnderline"/> | |
| <style name="WarningContext" underlineColor="#ffbe00" underlineStyle="DotLine"/> | |
| <style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/> | |
| <style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/> | |
| <style name="Declaration" bold="true"/> | |
| <style name="FunctionDefinition"/> | |
| <style name="OutputArgument" italic="true"/> | |
| </style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment