mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
41 lines
1.8 KiB
XML
41 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<style-scheme version="1.0" name="Breeze Dark">
|
|
<!-- General Colors -->
|
|
<style name="Text" foreground="#eff0f1" background="#1C1E20"/>
|
|
<style name="Selection" background="#3daee9" foreground="#ffffff"/>
|
|
<style name="LineNumber" foreground="#55595e" background="#1C1E20"/>
|
|
<style name="CurrentLine" background="#2e3439"/>
|
|
<style name="CurrentLineNumber" foreground="#3daee9" bold="true"/>
|
|
<style name="Occurrences" background="#33363a"/>
|
|
<style name="SearchResult" background="#55595e"/>
|
|
|
|
<!-- Syntax Highlighting -->
|
|
<style name="Keyword" foreground="#c678dd" bold="true"/>
|
|
<style name="Type" foreground="#61afef"/>
|
|
<style name="Function" foreground="#d19a66"/>
|
|
<style name="Macro" foreground="#ffcc00"/>
|
|
<style name="String" foreground="#98c379"/>
|
|
<style name="Number" foreground="#e06c75"/>
|
|
<style name="Comment" foreground="#7a7c80" italic="true"/>
|
|
<style name="Label" foreground="#ff2d55"/>
|
|
<style name="Operator" foreground="#56b6c2"/>
|
|
<style name="Punctuation" foreground="#eff0f1"/>
|
|
<style name="Preprocessor" foreground="#ffcc00" italic="true"/>
|
|
|
|
<!-- Braces and Matching -->
|
|
<style name="Parentheses" background="#3daee9" foreground="#1C1E20"/>
|
|
<style name="ParenthesesMismatch" background="#e06c75" foreground="#ffffff"/>
|
|
|
|
<!-- Errors and Warnings -->
|
|
<style name="Warning" underlineColor="#ffcc00" underlineStyle="SingleUnderline"/>
|
|
<style name="Error" underlineColor="#e06c75" underlineStyle="SingleUnderline"/>
|
|
<style name="DisabledCode" foreground="#929497" italic="true"/>
|
|
|
|
<!-- Diff Highlighting -->
|
|
<style name="AddedLine" foreground="#98c379"/>
|
|
<style name="RemovedLine" foreground="#e06c75"/>
|
|
<style name="DiffContextLine" background="#31363b"/>
|
|
<style name="DiffSourceLine" background="#8c2d2d"/>
|
|
<style name="DiffDestLine" background="#2d8c2d"/>
|
|
</style-scheme>
|