Last active
August 11, 2025 12:22
-
-
Save tinylucid/2552cfef6af07743267342f8e8809fcb to your computer and use it in GitHub Desktop.
QtCreator Visual Assist dark 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
<?xml version="1.0" encoding="UTF-8"?> | |
<style-scheme version="1.0" name="Visual Assist X Enhanced Highlighting (copy)"> | |
<style name="Text" foreground="#b4b4b4" background="#111111"/> | |
<style name="Link" foreground="#589df6"/> | |
<style name="Selection" background="#0a2a50"/> | |
<style name="LineNumber" foreground="#4279a7" background="#141415"/> | |
<style name="SearchResult" background="#5b6217"/> | |
<style name="SearchResultAlt1" foreground="#000033" background="#b6ccff"/> | |
<style name="SearchResultAlt2" foreground="#330000" background="#ffb6cc"/> | |
<style name="SearchResultContainingFunction"/> | |
<style name="SearchScope" background="#214283"/> | |
<style name="Parentheses" foreground="#ffffff" bold="true"/> | |
<style name="ParenthesesMismatch" background="#700070"/> | |
<style name="AutoComplete" foreground="#000080" background="#c0c0ff"/> | |
<style name="CurrentLine" background="#000000"/> | |
<style name="CurrentLineNumber" foreground="#4279a7"/> | |
<style name="Occurrences" foreground="#000000" background="#729fcf"/> | |
<style name="Occurrences.Unused" foreground="#808000"/> | |
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/> | |
<style name="Number" foreground="#b5cea8"/> | |
<style name="String" foreground="#d69d85"/> | |
<style name="Type" foreground="#ffd700"/> | |
<style name="Concept" foreground="#ffd700"/> | |
<style name="Namespace" foreground="#ffd700"/> | |
<style name="Local" foreground="#bdb76b"/> | |
<style name="Parameter" foreground="#bdb76b"/> | |
<style name="Global" foreground="#bdb76b"/> | |
<style name="Field" foreground="#bdb76b"/> | |
<style name="Static" foreground="#bd63c5"/> | |
<style name="VirtualMethod" foreground="#ff8000"/> | |
<style name="Function" foreground="#ff8000"/> | |
<style name="Keyword" foreground="#569cd6"/> | |
<style name="PrimitiveType" foreground="#569cd6"/> | |
<style name="Operator" foreground="#cccccc"/> | |
<style name="Overloaded Operator" foreground="#00a8ca"/> | |
<style name="Punctuation"/> | |
<style name="Preprocessor" foreground="#bd63c5"/> | |
<style name="Macro" foreground="#bd63c5"/> | |
<style name="Label" foreground="#e76000"/> | |
<style name="Attribute" foreground="#808000"/> | |
<style name="Comment" foreground="#57a64a"/> | |
<style name="Doxygen.Comment" foreground="#57a64a"/> | |
<style name="Doxygen.Tag" foreground="#46863c"/> | |
<style name="VisualWhitespace" foreground="#646482"/> | |
<style name="QmlLocalId" italic="true"/> | |
<style name="QmlExternalId" foreground="#aaaaff"/> | |
<style name="QmlTypeId" foreground="#cc7832"/> | |
<style name="QmlRootObjectProperty" italic="true"/> | |
<style name="QmlScopeObjectProperty" italic="true"/> | |
<style name="QmlExternalObjectProperty" foreground="#aaaaff"/> | |
<style name="JsScopeVar" foreground="#8888ff"/> | |
<style name="JsImportVar" foreground="#8888ff"/> | |
<style name="JsGlobalVar" foreground="#8888ff"/> | |
<style name="QmlStateName" italic="true"/> | |
<style name="Binding" foreground="#ff5555"/> | |
<style name="DisabledCode" foreground="#a0a0a4" background="#262626"/> | |
<style name="AddedLine" foreground="#00aa00"/> | |
<style name="RemovedLine" foreground="#ff0000"/> | |
<style name="DiffFile" foreground="#8484f3"/> | |
<style name="DiffLocation" foreground="#0084ff"/> | |
<style name="DiffFileLine" foreground="#404040" background="#dcb178"/> | |
<style name="DiffContextLine" foreground="#404040" background="#97bac7"/> | |
<style name="DiffSourceLine" background="#8c2d2d"/> | |
<style name="DiffSourceChar" background="#c34141"/> | |
<style name="DiffDestLine" background="#277027"/> | |
<style name="DiffDestChar" background="#339d33"/> | |
<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="Info" underlineColor="#262088" underlineStyle="DashUnderline"/> | |
<style name="InfoContext" underlineColor="#262088" underlineStyle="DotLine"/> | |
<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"/> | |
<style name="FunctionDefinition"/> | |
<style name="OutputArgument" italic="true"/> | |
<style name="StaticMember"/> | |
<style name="CocoCodeAdded"/> | |
<style name="CocoPartiallyCovered" foreground="#808000"/> | |
<style name="CocoNotCovered" foreground="#ff0000"/> | |
<style name="CocoFullyCovered" foreground="#00ff00"/> | |
<style name="CocoManuallyValidated" foreground="#0000ff"/> | |
<style name="CocoDeadCode" foreground="#ff00ff"/> | |
<style name="CocoExecutionCountTooLow" foreground="#ff0000"/> | |
<style name="CocoNotCoveredInfo" foreground="#ff0000"/> | |
<style name="CocoCoveredInfo" foreground="#00ff00"/> | |
<style name="CocoManuallyValidatedInfo" foreground="#0000ff"/> | |
</style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment