Advertisement
hnOsmium0001

QtCreator Theme: VSCode Dark+

Nov 8th, 2020 (edited)
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <style-scheme version="1.0" name="VSCode Dark+">
  3. <style name="Text" foreground="#ebebeb" background="#1e1e1e"/>
  4. <style name="Link"/>
  5. <style name="Selection" background="#264f78"/>
  6. <style name="LineNumber" foreground="#2b91af" background="#191919"/>
  7. <style name="SearchResult"/>
  8. <style name="SearchScope"/>
  9. <style name="Parentheses"/>
  10. <style name="ParenthesesMismatch"/>
  11. <style name="AutoComplete"/>
  12. <style name="CurrentLine" background="#0f0f0f"/>
  13. <style name="CurrentLineNumber" foreground="#2b91af" bold="true"/>
  14. <style name="Occurrences"/>
  15. <style name="Occurrences.Unused"/>
  16. <style name="Occurrences.Rename"/>
  17. <style name="Number" foreground="#afd99c"/>
  18. <style name="String" foreground="#d69d85"/>
  19. <style name="Type" foreground="#3dcaac"/>
  20. <style name="Local" foreground="#9cdcfe"/>
  21. <style name="Global" foreground="#9cdcfe" italic="true"/>
  22. <style name="Field" foreground="#9cdcfe"/>
  23. <style name="Static" foreground="#4fc1ff"/>
  24. <style name="VirtualMethod" foreground="#dcdcaa" italic="true"/>
  25. <style name="Function" foreground="#dcdcaa"/>
  26. <style name="Keyword" foreground="#398ecf"/>
  27. <style name="PrimitiveType" foreground="#3a87d0"/>
  28. <style name="Operator"/>
  29. <style name="Overloaded Operator" foreground="#00677c"/>
  30. <style name="Punctuation"/>
  31. <style name="Preprocessor" foreground="#c586c0"/>
  32. <style name="Label"/>
  33. <style name="Comment" foreground="#57a64a"/>
  34. <style name="Doxygen.Comment" foreground="#006400"/>
  35. <style name="Doxygen.Tag" foreground="#5e7a71" bold="true"/>
  36. <style name="VisualWhitespace"/>
  37. <style name="QmlLocalId" italic="true"/>
  38. <style name="QmlExternalId" italic="true"/>
  39. <style name="QmlTypeId"/>
  40. <style name="QmlRootObjectProperty" italic="true"/>
  41. <style name="QmlScopeObjectProperty" italic="true"/>
  42. <style name="QmlExternalObjectProperty" italic="true"/>
  43. <style name="JsScopeVar" italic="true"/>
  44. <style name="JsImportVar" italic="true"/>
  45. <style name="JsGlobalVar" italic="true"/>
  46. <style name="QmlStateName" italic="true"/>
  47. <style name="Binding"/>
  48. <style name="DisabledCode"/>
  49. <style name="AddedLine"/>
  50. <style name="RemovedLine"/>
  51. <style name="DiffFile"/>
  52. <style name="DiffLocation"/>
  53. <style name="DiffFileLine"/>
  54. <style name="DiffContextLine"/>
  55. <style name="DiffSourceLine"/>
  56. <style name="DiffSourceChar"/>
  57. <style name="DiffDestLine"/>
  58. <style name="DiffDestChar"/>
  59. <style name="LogChangeLine" foreground="#c00000"/>
  60. <style name="LogAuthorName" foreground="#007af4"/>
  61. <style name="LogCommitDate" foreground="#006600"/>
  62. <style name="LogCommitHash" foreground="#ff0000"/>
  63. <style name="LogCommitSubject"/>
  64. <style name="LogDecoration" foreground="#ff00ff"/>
  65. <style name="Warning" underlineColor="#ffbe00"/>
  66. <style name="WarningContext" underlineColor="#ffbe00"/>
  67. <style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/>
  68. <style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/>
  69. <style name="Declaration"/>
  70. <style name="FunctionDefinition"/>
  71. <style name="OutputArgument" italic="true"/>
  72. <style name="LastStyleSentinel"/>
  73. </style-scheme>
  74.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement