Rename purple theme color to magenta
This commit is contained in:
@@ -32,7 +32,7 @@ red = "{{ red }}"
|
||||
green = "{{ green }}"
|
||||
yellow = "{{ yellow }}"
|
||||
blue = "{{ blue }}"
|
||||
magenta = "{{ purple }}"
|
||||
magenta = "{{ magenta }}"
|
||||
cyan = "{{ cyan }}"
|
||||
white = "{{ fg }}"
|
||||
|
||||
@@ -42,6 +42,6 @@ red = "{{ bright_red }}"
|
||||
green = "{{ bright_green }}"
|
||||
yellow = "{{ bright_yellow }}"
|
||||
blue = "{{ bright_blue }}"
|
||||
magenta = "{{ bright_purple }}"
|
||||
magenta = "{{ bright_magenta }}"
|
||||
cyan = "{{ bright_cyan }}"
|
||||
white = "{{ bright_fg }}"
|
||||
|
||||
@@ -29,7 +29,7 @@ theme[meter_bg]="{{ selection }}"
|
||||
theme[proc_misc]="{{ light_fg }}"
|
||||
|
||||
# CPU, Memory, Network, Proc box outline colors
|
||||
theme[cpu_box]="{{ purple }}"
|
||||
theme[cpu_box]="{{ magenta }}"
|
||||
theme[mem_box]="{{ green }}"
|
||||
theme[net_box]="{{ red }}"
|
||||
theme[proc_box]="{{ accent }}"
|
||||
@@ -42,20 +42,20 @@ theme[temp_start]="{{ green }}"
|
||||
theme[temp_mid]="{{ yellow }}"
|
||||
theme[temp_end]="{{ red }}"
|
||||
|
||||
# CPU graph colors (Teal -> Blue -> Purple)
|
||||
# CPU graph colors (Teal -> Blue -> Magenta)
|
||||
theme[cpu_start]="{{ cyan }}"
|
||||
theme[cpu_mid]="{{ blue }}"
|
||||
theme[cpu_end]="{{ purple }}"
|
||||
theme[cpu_end]="{{ magenta }}"
|
||||
|
||||
# Mem/Disk free meter
|
||||
theme[free_start]="{{ purple }}"
|
||||
theme[free_start]="{{ magenta }}"
|
||||
theme[free_mid]="{{ blue }}"
|
||||
theme[free_end]="{{ cyan }}"
|
||||
|
||||
# Mem/Disk cached meter
|
||||
theme[cached_start]="{{ blue }}"
|
||||
theme[cached_mid]="{{ cyan }}"
|
||||
theme[cached_end]="{{ purple }}"
|
||||
theme[cached_end]="{{ magenta }}"
|
||||
|
||||
# Mem/Disk available meter
|
||||
theme[available_start]="{{ yellow }}"
|
||||
@@ -80,7 +80,7 @@ theme[upload_end]="{{ blue }}"
|
||||
# Process box color gradient for threads, mem and cpu usage
|
||||
theme[process_start]="{{ cyan }}"
|
||||
theme[process_mid]="{{ blue }}"
|
||||
theme[process_end]="{{ purple }}"
|
||||
theme[process_end]="{{ magenta }}"
|
||||
|
||||
# Graph gradient colors (spectrum shades from background to foreground)
|
||||
theme[gradient_color_0]="{{ bg }}"
|
||||
|
||||
@@ -20,6 +20,6 @@ bright1={{ bright_red_strip }}
|
||||
bright2={{ bright_green_strip }}
|
||||
bright3={{ bright_yellow_strip }}
|
||||
bright4={{ bright_blue_strip }}
|
||||
bright5={{ bright_purple_strip }}
|
||||
bright5={{ bright_magenta_strip }}
|
||||
bright6={{ bright_cyan_strip }}
|
||||
bright7={{ bright_fg_strip }}
|
||||
|
||||
@@ -9,7 +9,7 @@ palette = 1={{ red }}
|
||||
palette = 2={{ green }}
|
||||
palette = 3={{ yellow }}
|
||||
palette = 4={{ blue }}
|
||||
palette = 5={{ purple }}
|
||||
palette = 5={{ magenta }}
|
||||
palette = 6={{ cyan }}
|
||||
palette = 7={{ fg }}
|
||||
palette = 8={{ muted }}
|
||||
@@ -17,6 +17,6 @@ palette = 9={{ bright_red }}
|
||||
palette = 10={{ bright_green }}
|
||||
palette = 11={{ bright_yellow }}
|
||||
palette = 12={{ bright_blue }}
|
||||
palette = 13={{ bright_purple }}
|
||||
palette = 13={{ bright_magenta }}
|
||||
palette = 14={{ bright_cyan }}
|
||||
palette = 15={{ bright_fg }}
|
||||
|
||||
@@ -126,7 +126,7 @@ color1 = "{{ red }}"
|
||||
color2 = "{{ green }}"
|
||||
color3 = "{{ yellow }}"
|
||||
color4 = "{{ blue }}"
|
||||
color5 = "{{ purple }}"
|
||||
color5 = "{{ magenta }}"
|
||||
color6 = "{{ cyan }}"
|
||||
color7 = "{{ foreground }}"
|
||||
color8 = "{{ muted }}"
|
||||
|
||||
@@ -14,7 +14,7 @@ color1 {{ red }}
|
||||
color2 {{ green }}
|
||||
color3 {{ yellow }}
|
||||
color4 {{ blue }}
|
||||
color5 {{ purple }}
|
||||
color5 {{ magenta }}
|
||||
color6 {{ cyan }}
|
||||
color7 {{ fg }}
|
||||
color8 {{ muted }}
|
||||
@@ -22,6 +22,6 @@ color9 {{ bright_red }}
|
||||
color10 {{ bright_green }}
|
||||
color11 {{ bright_yellow }}
|
||||
color12 {{ bright_blue }}
|
||||
color13 {{ bright_purple }}
|
||||
color13 {{ bright_magenta }}
|
||||
color14 {{ bright_cyan }}
|
||||
color15 {{ bright_fg }}
|
||||
|
||||
@@ -23,7 +23,7 @@ return {
|
||||
green = "{{ green }}",
|
||||
cyan = "{{ cyan }}",
|
||||
blue = "{{ blue }}",
|
||||
purple = "{{ purple }}",
|
||||
magenta = "{{ magenta }}",
|
||||
brown = "{{ brown }}",
|
||||
|
||||
bright_red = "{{ bright_red }}",
|
||||
@@ -31,7 +31,7 @@ return {
|
||||
bright_green = "{{ bright_green }}",
|
||||
bright_cyan = "{{ bright_cyan }}",
|
||||
bright_blue = "{{ bright_blue }}",
|
||||
bright_purple = "{{ bright_purple }}",
|
||||
bright_magenta = "{{ bright_magenta }}",
|
||||
|
||||
accent = "{{ accent }}",
|
||||
cursor = "{{ cursor }}",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
--text-title-h2: {{ green }};
|
||||
--text-title-h3: {{ yellow }};
|
||||
--text-title-h4: {{ blue }};
|
||||
--text-title-h5: {{ purple }};
|
||||
--text-title-h6: {{ purple }};
|
||||
--text-title-h5: {{ magenta }};
|
||||
--text-title-h6: {{ magenta }};
|
||||
|
||||
/* Links and accents */
|
||||
--text-link: {{ blue }};
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"color2": "{{ green }}",
|
||||
"color3": "{{ yellow }}",
|
||||
"color4": "{{ blue }}",
|
||||
"color5": "{{ purple }}",
|
||||
"color5": "{{ magenta }}",
|
||||
"color6": "{{ cyan }}",
|
||||
"color7": "{{ foreground }}",
|
||||
"color8": "{{ muted }}",
|
||||
@@ -21,7 +21,7 @@
|
||||
"color10": "{{ bright_green }}",
|
||||
"color11": "{{ bright_yellow }}",
|
||||
"color12": "{{ bright_blue }}",
|
||||
"color13": "{{ bright_purple }}",
|
||||
"color13": "{{ bright_magenta }}",
|
||||
"color14": "{{ bright_cyan }}",
|
||||
"color15": "{{ bright_fg }}",
|
||||
"panel": "{{ mix background foreground 6% }}",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"boolean": "{{ orange }}",
|
||||
"regexp": "{{ bright_cyan }}",
|
||||
"operator": "{{ bright_blue }}",
|
||||
"keyword": "{{ bright_purple }}",
|
||||
"keyword": "{{ bright_magenta }}",
|
||||
"comment": {"foreground": "{{ muted }}", "fontStyle": "italic"},
|
||||
"comment.documentation": {"foreground": "{{ muted }}", "fontStyle": "italic"}
|
||||
},
|
||||
@@ -254,33 +254,33 @@
|
||||
"editorInlayHint.foreground": "{{ muted }}",
|
||||
"editorInlayHint.typeBackground": "{{ yellow }}15",
|
||||
"editorInlayHint.typeForeground": "{{ yellow }}",
|
||||
"editorInlayHint.parameterBackground": "{{ bright_purple }}15",
|
||||
"editorInlayHint.parameterForeground": "{{ bright_purple }}",
|
||||
"editorInlayHint.parameterBackground": "{{ bright_magenta }}15",
|
||||
"editorInlayHint.parameterForeground": "{{ bright_magenta }}",
|
||||
"editorRuler.foreground": "{{ muted }}40",
|
||||
"editorCodeLens.foreground": "{{ muted }}",
|
||||
"editorLightBulb.foreground": "{{ yellow }}",
|
||||
"editorLightBulbAutoFix.foreground": "{{ green }}",
|
||||
"editorLightBulbAi.foreground": "{{ purple }}",
|
||||
"editorLightBulbAi.foreground": "{{ magenta }}",
|
||||
"editorBracketMatch.background": "{{ accent }}30",
|
||||
"editorBracketMatch.border": "{{ accent }}",
|
||||
"editorBracketHighlight.foreground1": "{{ blue }}",
|
||||
"editorBracketHighlight.foreground2": "{{ yellow }}",
|
||||
"editorBracketHighlight.foreground3": "{{ green }}",
|
||||
"editorBracketHighlight.foreground4": "{{ cyan }}",
|
||||
"editorBracketHighlight.foreground5": "{{ purple }}",
|
||||
"editorBracketHighlight.foreground5": "{{ magenta }}",
|
||||
"editorBracketHighlight.foreground6": "{{ orange }}",
|
||||
"editorBracketHighlight.unexpectedBracket.foreground": "{{ red }}",
|
||||
"editorBracketPairGuide.activeBackground1": "{{ blue }}60",
|
||||
"editorBracketPairGuide.activeBackground2": "{{ yellow }}60",
|
||||
"editorBracketPairGuide.activeBackground3": "{{ green }}60",
|
||||
"editorBracketPairGuide.activeBackground4": "{{ cyan }}60",
|
||||
"editorBracketPairGuide.activeBackground5": "{{ purple }}60",
|
||||
"editorBracketPairGuide.activeBackground5": "{{ magenta }}60",
|
||||
"editorBracketPairGuide.activeBackground6": "{{ orange }}60",
|
||||
"editorBracketPairGuide.background1": "{{ blue }}30",
|
||||
"editorBracketPairGuide.background2": "{{ yellow }}30",
|
||||
"editorBracketPairGuide.background3": "{{ green }}30",
|
||||
"editorBracketPairGuide.background4": "{{ cyan }}30",
|
||||
"editorBracketPairGuide.background5": "{{ purple }}30",
|
||||
"editorBracketPairGuide.background5": "{{ magenta }}30",
|
||||
"editorBracketPairGuide.background6": "{{ orange }}30",
|
||||
"editorOverviewRuler.background": "{{ background }}",
|
||||
"editorOverviewRuler.border": "{{ muted }}20",
|
||||
@@ -510,7 +510,7 @@
|
||||
"extensionIcon.starForeground": "{{ yellow }}",
|
||||
"extensionIcon.verifiedForeground": "{{ cyan }}",
|
||||
"extensionIcon.preReleaseForeground": "{{ yellow }}",
|
||||
"extensionIcon.sponsorForeground": "{{ purple }}",
|
||||
"extensionIcon.sponsorForeground": "{{ magenta }}",
|
||||
|
||||
"pickerGroup.border": "{{ muted }}",
|
||||
"pickerGroup.foreground": "{{ accent }}",
|
||||
@@ -546,7 +546,7 @@
|
||||
"terminal.ansiGreen": "{{ green }}",
|
||||
"terminal.ansiYellow": "{{ yellow }}",
|
||||
"terminal.ansiBlue": "{{ blue }}",
|
||||
"terminal.ansiMagenta": "{{ purple }}",
|
||||
"terminal.ansiMagenta": "{{ magenta }}",
|
||||
"terminal.ansiCyan": "{{ cyan }}",
|
||||
"terminal.ansiWhite": "{{ fg }}",
|
||||
"terminal.ansiBrightBlack": "{{ muted }}",
|
||||
@@ -554,7 +554,7 @@
|
||||
"terminal.ansiBrightGreen": "{{ bright_green }}",
|
||||
"terminal.ansiBrightYellow": "{{ bright_yellow }}",
|
||||
"terminal.ansiBrightBlue": "{{ bright_blue }}",
|
||||
"terminal.ansiBrightMagenta": "{{ bright_purple }}",
|
||||
"terminal.ansiBrightMagenta": "{{ bright_magenta }}",
|
||||
"terminal.ansiBrightCyan": "{{ bright_cyan }}",
|
||||
"terminal.ansiBrightWhite": "{{ bright_fg }}",
|
||||
"terminal.tab.activeBorder": "{{ accent }}",
|
||||
@@ -573,7 +573,7 @@
|
||||
"debugView.valueChangedHighlight": "{{ cyan }}40",
|
||||
"debugView.exceptionLabelForeground": "{{ background }}",
|
||||
"debugView.exceptionLabelBackground": "{{ red }}",
|
||||
"debugTokenExpression.name": "{{ purple }}",
|
||||
"debugTokenExpression.name": "{{ magenta }}",
|
||||
"debugTokenExpression.value": "{{ foreground }}",
|
||||
"debugTokenExpression.string": "{{ green }}",
|
||||
"debugTokenExpression.boolean": "{{ orange }}",
|
||||
@@ -612,7 +612,7 @@
|
||||
"gitDecoration.untrackedResourceForeground": "{{ green }}",
|
||||
"gitDecoration.ignoredResourceForeground": "{{ muted }}",
|
||||
"gitDecoration.conflictingResourceForeground": "{{ yellow }}",
|
||||
"gitDecoration.submoduleResourceForeground": "{{ purple }}",
|
||||
"gitDecoration.submoduleResourceForeground": "{{ magenta }}",
|
||||
|
||||
"settings.headerForeground": "{{ foreground }}",
|
||||
"settings.modifiedItemIndicator": "{{ accent }}",
|
||||
@@ -661,8 +661,8 @@
|
||||
"symbolIcon.folderForeground": "{{ foreground }}",
|
||||
"symbolIcon.functionForeground": "{{ blue }}",
|
||||
"symbolIcon.interfaceForeground": "{{ yellow }}",
|
||||
"symbolIcon.keyForeground": "{{ bright_purple }}",
|
||||
"symbolIcon.keywordForeground": "{{ bright_purple }}",
|
||||
"symbolIcon.keyForeground": "{{ bright_magenta }}",
|
||||
"symbolIcon.keywordForeground": "{{ bright_magenta }}",
|
||||
"symbolIcon.methodForeground": "{{ blue }}",
|
||||
"symbolIcon.moduleForeground": "{{ yellow }}",
|
||||
"symbolIcon.namespaceForeground": "{{ blue }}",
|
||||
@@ -672,14 +672,14 @@
|
||||
"symbolIcon.operatorForeground": "{{ bright_blue }}",
|
||||
"symbolIcon.packageForeground": "{{ yellow }}",
|
||||
"symbolIcon.propertyForeground": "{{ foreground }}",
|
||||
"symbolIcon.referenceForeground": "{{ bright_purple }}",
|
||||
"symbolIcon.referenceForeground": "{{ bright_magenta }}",
|
||||
"symbolIcon.snippetForeground": "{{ green }}",
|
||||
"symbolIcon.stringForeground": "{{ green }}",
|
||||
"symbolIcon.structForeground": "{{ yellow }}",
|
||||
"symbolIcon.textForeground": "{{ foreground }}",
|
||||
"symbolIcon.typeParameterForeground": "{{ yellow }}",
|
||||
"symbolIcon.unitForeground": "{{ orange }}",
|
||||
"symbolIcon.variableForeground": "{{ bright_purple }}",
|
||||
"symbolIcon.variableForeground": "{{ bright_magenta }}",
|
||||
|
||||
"debugIcon.breakpointForeground": "{{ red }}",
|
||||
"debugIcon.breakpointDisabledForeground": "{{ muted }}",
|
||||
@@ -693,7 +693,7 @@
|
||||
"debugIcon.restartForeground": "{{ green }}",
|
||||
"debugIcon.stepOverForeground": "{{ blue }}",
|
||||
"debugIcon.stepIntoForeground": "{{ cyan }}",
|
||||
"debugIcon.stepOutForeground": "{{ purple }}",
|
||||
"debugIcon.stepOutForeground": "{{ magenta }}",
|
||||
"debugIcon.continueForeground": "{{ green }}",
|
||||
"debugIcon.stepBackForeground": "{{ yellow }}",
|
||||
"debugConsole.infoForeground": "{{ blue }}",
|
||||
@@ -731,7 +731,7 @@
|
||||
"charts.yellow": "{{ yellow }}",
|
||||
"charts.orange": "{{ orange }}",
|
||||
"charts.green": "{{ green }}",
|
||||
"charts.purple": "{{ purple }}",
|
||||
"charts.purple": "{{ magenta }}",
|
||||
|
||||
"ports.iconRunningProcessForeground": "{{ accent }}",
|
||||
|
||||
@@ -818,7 +818,7 @@
|
||||
"name": "Keyword",
|
||||
"scope": ["keyword", "storage.type.class", "storage.type.function"],
|
||||
"settings": {
|
||||
"foreground": "{{ bright_purple }}"
|
||||
"foreground": "{{ bright_magenta }}"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -832,7 +832,7 @@
|
||||
"name": "Keyword Control",
|
||||
"scope": ["keyword.control", "keyword.control.flow"],
|
||||
"settings": {
|
||||
"foreground": "{{ bright_purple }}"
|
||||
"foreground": "{{ bright_magenta }}"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -974,7 +974,7 @@
|
||||
"name": "Constant Character Escape",
|
||||
"scope": ["constant.character.escape"],
|
||||
"settings": {
|
||||
"foreground": "{{ bright_purple }}"
|
||||
"foreground": "{{ bright_magenta }}"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1080,7 +1080,7 @@
|
||||
"name": "JSON Key Level 3",
|
||||
"scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],
|
||||
"settings": {
|
||||
"foreground": "{{ bright_purple }}"
|
||||
"foreground": "{{ bright_magenta }}"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1319,7 +1319,7 @@
|
||||
"name": "SQL Keyword",
|
||||
"scope": ["keyword.other.DML.sql", "keyword.other.DDL.sql"],
|
||||
"settings": {
|
||||
"foreground": "{{ bright_purple }}"
|
||||
"foreground": "{{ bright_magenta }}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user