summaryrefslogtreecommitdiff
path: root/themes/Synthwave/Sublime-Text/SynthWave 84.sublime-theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Synthwave/Sublime-Text/SynthWave 84.sublime-theme')
-rw-r--r--themes/Synthwave/Sublime-Text/SynthWave 84.sublime-theme186
1 files changed, 186 insertions, 0 deletions
diff --git a/themes/Synthwave/Sublime-Text/SynthWave 84.sublime-theme b/themes/Synthwave/Sublime-Text/SynthWave 84.sublime-theme
new file mode 100644
index 0000000..6b71cd8
--- /dev/null
+++ b/themes/Synthwave/Sublime-Text/SynthWave 84.sublime-theme
@@ -0,0 +1,186 @@
+{
+ "extends": "Adaptive.sublime-theme",
+ "variables": {
+ "font_face": "system",
+ "font_size_sm": 11,
+ "font_size": 12,
+ "font_size_lg": 13
+ },
+ "rules": [
+ {
+ "class": "title_bar",
+ "fg": ""
+ },
+ {
+ "class": "sidebar_container",
+ "layer0.tint": "#241b2f"
+ },
+ {
+ "class": "status_bar",
+ "layer0.tint": "#241b2f"
+ },
+ {
+ "class": "label_control",
+ "parents": [
+ {
+ "class": "status_bar"
+ }
+ ],
+ "fg": "#ffffff80"
+ },
+ {
+ "class": "tree_row",
+ "attributes": [
+ "selectable",
+ "hover"
+ ],
+ "layer0.tint": "#ffffff20",
+ "layer0.opacity": 1
+ },
+ {
+ "class": "tree_row",
+ "attributes": [
+ "selected"
+ ],
+ "layer0.tint": "#ffffff20",
+ "layer0.opacity": 1
+ },
+ {
+ "class": "sidebar_heading",
+ "fg": "#ffffffca"
+ },
+ {
+ "class": "sidebar_label",
+ "fg": "#ffffff99"
+ },
+ {
+ "class": "sidebar_label",
+ "parents": [
+ {
+ "class": "tree_row",
+ "attributes": [
+ "selected"
+ ]
+ }
+ ],
+ "fg": "#ffffff"
+ },
+ {
+ "class": "vcs_status_badge",
+ "parents": [
+ {
+ "class": "file_system_entry",
+ "attributes": [
+ "untracked"
+ ]
+ }
+ ],
+ "layer0.tint": "#72f1b8"
+ },
+ {
+ "class": "vcs_status_badge",
+ "parents": [
+ {
+ "class": "file_system_entry",
+ "attributes": [
+ "modified"
+ ]
+ }
+ ],
+ "layer0.tint": "#b893ceee"
+ },
+ {
+ "class": "vcs_status_badge",
+ "parents": [
+ {
+ "class": "file_system_entry",
+ "attributes": [
+ "missing"
+ ]
+ }
+ ],
+ "layer0.tint": "#fe4450"
+ },
+ {
+ "class": "vcs_status_badge",
+ "parents": [
+ {
+ "class": "file_system_entry",
+ "attributes": [
+ "staged"
+ ]
+ }
+ ],
+ "layer0.tint": "#72f1b8cc"
+ },
+ {
+ "class": "vcs_status_badge",
+ "parents": [
+ {
+ "class": "file_system_entry",
+ "attributes": [
+ "added"
+ ]
+ }
+ ],
+ "layer0.tint": "#72f1b8cc"
+ },
+ {
+ "class": "vcs_status_badge",
+ "parents": [
+ {
+ "class": "file_system_entry",
+ "attributes": [
+ "deleted"
+ ]
+ }
+ ],
+ "layer0.tint": "#fe4450"
+ },
+ {
+ "class": "sidebar_label",
+ "parents": [
+ {
+ "class": "file_system_entry",
+ "attributes": [
+ "ignored"
+ ]
+ }
+ ],
+ "color": "#ffffff59"
+ },
+ {
+ "class": "tab_control",
+ "attributes": [
+ "selected"
+ ],
+ "tint_modifier": ""
+ },
+ {
+ "class": "tab_control",
+ "attributes": [
+ "dirty"
+ ],
+ "settings": [
+ "highlight_modified_tabs"
+ ],
+ "layer2.tint": "#f97e72"
+ },
+ {
+ "class": "tab_label",
+ "fg": "#ffffff99"
+ },
+ {
+ "class": "tab_label",
+ "parents": [
+ {
+ "class": "tab_control",
+ "attributes": [
+ "selected"
+ ]
+ }
+ ],
+ "fg": "#ffffff"
+ }
+ ]
+} \ No newline at end of file