From 379333cf81e01e1a3f8bb12f7351a5b6d8c472cc Mon Sep 17 00:00:00 2001 From: Scott McKendry <39483124+scottmckendry@users.noreply.github.com> Date: Sat, 4 May 2024 16:07:07 +1200 Subject: [PATCH] delete extras ahead of auto generation --- .github/workflows/extras.yml | 3 - extras/alacritty_cyberdream.toml | 36 -- extras/cyberdream.json | 34 -- extras/cyberdream.tmTheme | 937 ------------------------------- extras/fish/cyberdream.theme | 30 - extras/gitui/theme.ron | 23 - extras/helix/cyberdream.toml | 86 --- extras/lazygit.yml | 22 - extras/pywal-theme.json | 27 - extras/wezterm.lua | 18 - extras/windows_terminal.json | 23 - 11 files changed, 1239 deletions(-) delete mode 100644 extras/alacritty_cyberdream.toml delete mode 100644 extras/cyberdream.json delete mode 100644 extras/cyberdream.tmTheme delete mode 100644 extras/fish/cyberdream.theme delete mode 100644 extras/gitui/theme.ron delete mode 100644 extras/helix/cyberdream.toml delete mode 100644 extras/lazygit.yml delete mode 100644 extras/pywal-theme.json delete mode 100644 extras/wezterm.lua delete mode 100644 extras/windows_terminal.json diff --git a/.github/workflows/extras.yml b/.github/workflows/extras.yml index ee9ace8..0cceb77 100644 --- a/.github/workflows/extras.yml +++ b/.github/workflows/extras.yml @@ -1,9 +1,6 @@ name: Generate Extras on: push: - branches: - - main - workflow_dispatch: jobs: generate-extras: diff --git a/extras/alacritty_cyberdream.toml b/extras/alacritty_cyberdream.toml deleted file mode 100644 index 0c7b0e1..0000000 --- a/extras/alacritty_cyberdream.toml +++ /dev/null @@ -1,36 +0,0 @@ -# cyberdream theme for Alacritty -[[colors.indexed_colors]] -color = "0xffbd5e" -index = 16 - -[[colors.indexed_colors]] -color = "0xff6e5e" -index = 17 - -[colors.bright] -black = "0x3c4048" -blue = "0x5ea1ff" -cyan = "0x5ef1ff" -green = "0x5eff6c" -magenta = "0xbd5eff" -red = "0xff6e5e" -white = "0xffffff" -yellow = "0xf1ff5e" - -[colors.normal] -black = "0x16181a" -blue = "0x5ea1ff" -cyan = "0x5ef1ff" -green = "0x5eff6c" -magenta = "0xbd5eff" -red = "0xff6e5e" -white = "0xffffff" -yellow = "0xf1ff5e" - -[colors.primary] -background = "0x16181a" -foreground = "0xffffff" - -[colors.selection] -background = "0x3c4048" -foreground = "0xffffff" diff --git a/extras/cyberdream.json b/extras/cyberdream.json deleted file mode 100644 index d3bdd13..0000000 --- a/extras/cyberdream.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "cyberdream", - "comment": "A high-contrast, futuristic & vibrant colourscheme", - "background-color": "#16181A ", - "foreground-color": "#ffffff", - "badge-color": "#16181A ", - "bold-color": "#5ef1ff", - "cursor-color": "#ffffff", - "highlight-background-color": "#3c4048", - "highlight-foreground-color": "#ffffff", - "palette": [ - "#16181a", - "#ff6e5e", - "#5eff6c", - "#f1ff5e", - "#5ea1ff", - "#bd5eff", - "#5ef1ff", - "#ffffff", - "#3c4048", - "#ff6e5e", - "#5eff6c", - "#f1ff5e", - "#5ea1ff", - "#bd5eff", - "#5ef1ff", - "#ffffff" - ], - "use-badge-color": false, - "use-bold-color": false, - "use-cursor-color": true, - "use-highlight-color": true, - "use-theme-colors": false -} diff --git a/extras/cyberdream.tmTheme b/extras/cyberdream.tmTheme deleted file mode 100644 index 71fb63c..0000000 --- a/extras/cyberdream.tmTheme +++ /dev/null @@ -1,937 +0,0 @@ - - - - - name - Cyberdream - settings - - - settings - - background - #16181a - caret - #ffffff - block_caret - #7b8496 - foreground - #ffffff - invisibles - #16181a - lineHighlight - #3c4048 - selection - #3c4048 - findHighlight - #5ef1ff - findHighlightForeground - #1e2124 - selectionBorder - #16181a - activeGuide - #ffbd5e - bracketsForeground - #ff5ea0 - bracketsOptions - underline - bracketContentsForeground - #ffffff - bracketContentsOptions - underline - tagsOptions - stippled_underline - - - - name - Comment - scope - comment - settings - - foreground - #7b8496 - fontStyle - - - - - name - String - scope - string - settings - - foreground - #5eff6c - - - - name - Number - scope - constant.numeric - settings - - foreground - #ffffff - - - - name - Built-in constant - scope - constant.language - settings - - foreground - #ffffff - - - - name - User-defined constant - scope - constant.character, constant.other - settings - - foreground - #ffffff - - - - name - Variable - scope - variable - settings - - fontStyle - - - - - name - Ruby's @variable - scope - variable.other.readwrite.instance - settings - - fontStyle - - foreground - #ffbd5e - - - - name - String interpolation - scope - constant.character.escaped, constant.character.escape, string source, string source.ruby - settings - - fontStyle - - foreground - #ff5ef1 - - - - name - Ruby Regexp - scope - source.ruby string.regexp.classic.ruby,source.ruby string.regexp.mod-r.ruby - settings - - fontStyle - - foreground - #ff6e5e - - - - name - Keyword - scope - keyword - settings - - foreground - #ffbd5e - - - - name - Keyword Operator - scope - keyword.operator - settings - - foreground - #bd5eff - - - - name - Storage - scope - storage - settings - - fontStyle - - foreground - #ff5ea0 - - - - name - Storage type - scope - storage.type - settings - - fontStyle - italic - foreground - #5ef1ff - - - - name - Storage Type Namespace - scope - storage.type.namespace - settings - - fontStyle - italic - foreground - #bd5eff - - - - name - Storage Type Class - scope - storage.type.class - settings - - fontStyle - italic - foreground - #bd5eff - - - - name - Class name - scope - entity.name.class - settings - - fontStyle - underline - foreground - #bd5eff - - - - name - Meta Path - scope - meta.path - settings - - fontStyle - underline - foreground - #5ef1ff - - - - name - Inherited class - scope - entity.other.inherited-class - settings - - fontStyle - italic underline - foreground - #bd5eff - - - - name - Function name - scope - entity.name.function - settings - - fontStyle - - foreground - #5ea1ff - - - - name - Function argument - scope - variable.parameter - settings - - fontStyle - italic - foreground - #bd5eff - - - - name - Tag name - scope - entity.name.tag - settings - - fontStyle - - foreground - #5ef1ff - - - - name - Tag attribute - scope - entity.other.attribute-name - settings - - fontStyle - - foreground - #5ef1ff - - - - name - Library function - scope - support.function - settings - - fontStyle - - foreground - #5ea1ff - - - - name - Library constant - scope - support.constant - settings - - fontStyle - - foreground - #ffffff - - - - name - Library class/type - scope - support.type, support.class - settings - - fontStyle - italic - foreground - #bd5eff - - - - name - Library variable - scope - support.other.variable - settings - - fontStyle - - - - - name - Support Other Namespace - scope - support.other.namespace - settings - - fontStyle - italic - foreground - #bd5eff - - - - name - Invalid - scope - invalid - settings - - background - #ff5ea0 - fontStyle - - foreground - #ffffff - - - - name - Invalid deprecated - scope - invalid.deprecated - settings - - background - #bd5eff - foreground - #ffffff - - - - name - JSON String - scope - meta.structure.dictionary.json string.quoted.double.json - settings - - foreground - #ffffff - - - - name - diff.header - scope - meta.diff, meta.diff.header - settings - - foreground - #7b8496 - - - - name - diff.deleted - scope - markup.deleted - settings - - foreground - #ff6e5e - - - - name - diff.inserted - scope - markup.inserted - settings - - foreground - #5eff6c - - - - name - diff.changed - scope - markup.changed - settings - - foreground - #5ef1ff - - - - scope - constant.numeric.line-number.find-in-files - match - settings - - foreground - #ff5ef1 - - - - scope - entity.name.filename - settings - - foreground - #5eff6c - - - - scope - message.error - settings - - foreground - #ff6e5e - - - - name - JSON Punctuation - scope - punctuation.definition.string.begin.json - meta.structure.dictionary.value.json, punctuation.definition.string.end.json - meta.structure.dictionary.value.json - settings - - foreground - #ffffff - - - - name - JSON Structure - scope - meta.structure.dictionary.json string.quoted.double.json - settings - - foreground - #ffffff - - - - name - JSON String - scope - meta.structure.dictionary.value.json string.quoted.double.json - settings - - foreground - #ffffff - - - - name - JSON: 6 deep - scope - meta meta meta meta meta meta meta.structure.dictionary.value string - settings - - foreground - #ff5ea0 - - - - name - JSON: 5 deep - scope - meta meta meta meta meta meta.structure.dictionary.value string - settings - - foreground - #ff5ef1 - - - - name - JSON: 4 deep - scope - meta meta meta meta meta.structure.dictionary.value string - settings - - foreground - #bd5eff - - - - name - JSON: 3 deep - scope - meta meta meta meta.structure.dictionary.value string - settings - - foreground - #5ea1ff - - - - name - JSON: 2 deep - scope - meta meta meta.structure.dictionary.value string - settings - - foreground - #5ef1ff - - - - name - JSON: 1 deep - scope - meta meta.structure.dictionary.value string - settings - - foreground - #ffbd5e - - - - - - name - Markup: strike - scope - markup.strike - settings - - fontStyle - italic - foreground - #ffbd5e - - - - name - Markup: bold - scope - markup.bold - settings - - fontStyle - bold - foreground - #ffbd5e - - - - name - Markup: italic - scope - markup.italic - settings - - fontStyle - italic - foreground - #ffbd5e - - - - name - Markdown: heading - scope - markup.heading - settings - - foreground - #ffbd5e - - - - name - Markdown: List Items Punctuation - scope - punctuation.definition.list_item.markdown - settings - - foreground - #ff5ea0 - - - - name - Markdown: Blockquote - scope - markup.quote - settings - - fontStyle - italic - foreground - #ffffff - - - - name - Markdown: Blockquote Punctuation - scope - punctuation.definition.blockquote.markdown - settings - - fontStyle - italic - foreground - #ffffff - - - - name - Markdown: Separator - scope - meta.separator - settings - - foreground - #7b8496 - - - - name - Markup: raw inline - scope - text.html.markdown markup.raw.inline - settings - - foreground - #5eff6c - - - - name - Markup: underline - scope - markup.underline - settings - - fontStyle - underline - foreground - #bd5eff - - - - name - Markup: Raw block - scope - markup.raw.block - settings - - foreground - #ffffff - - - - name - Markdown: Raw Block fenced source - scope - markup.raw.block.fenced.markdown source - settings - - foreground - #ffffff - - - - name - Markdown: Fenced Bode Block - scope - punctuation.definition.fenced.markdown, variable.language.fenced.markdown - settings - - fontStyle - italic - foreground - #7b8496 - - - - name - Markdown: Fenced Language - scope - variable.language.fenced.markdown - settings - - fontStyle - italic - foreground - #7b8496 - - - - name - Punctuation Accessor - scope - punctuation.accessor - settings - - foreground - #ff5ea0 - - - - name - Meta Function Return Type - scope - meta.function.return-type - settings - - foreground - #bd5eff - - - - name - Punctuation Section Block Begin - scope - punctuation.section.block.begin - settings - - foreground - #ffffff - - - - name - Punctuation Section Block End - scope - punctuation.section.block.end - settings - - foreground - #ffffff - - - - name - Punctuation Section Embedded Begin - scope - punctuation.section.embedded.begin - settings - - foreground - #ff5ea0 - - - - name - Punctuation Section Embedded End - scope - punctuation.section.embedded.end - settings - - foreground - #ff5ea0 - - - - name - Punctuation Separator Namespace - scope - punctuation.separator.namespace - settings - - foreground - #ff5ea0 - - - - name - Variable Function - scope - variable.function - settings - - foreground - #5ea1ff - - - - name - Variable Other - scope - variable.other - settings - - foreground - #ffffff - - - - name - Variable Language - scope - variable.language - settings - - foreground - #bd5eff - - - - name - Entity Name Module Ruby - scope - entity.name.module.ruby - settings - - foreground - #5ef1ff - - - - name - Entity Name Constant Ruby - scope - entity.name.constant.ruby - settings - - foreground - #5ea1ff - - - - name - Support Function Builtin Ruby - scope - support.function.builtin.ruby - settings - - foreground - #ffffff - - - - name - Storage Type Namespace CS - scope - storage.type.namespace.cs - settings - - foreground - #ff5ea0 - - - - name - Entity Name Namespace CS - scope - entity.name.namespace.cs - settings - - foreground - #5ef1ff - - - - uuid - 68394a4e-1404-4971-bdfc-81dd7f9d29f6 - colorSpaceName - sRGB - semanticClass - theme.cyberdream - author - Scott McKendry - - diff --git a/extras/fish/cyberdream.theme b/extras/fish/cyberdream.theme deleted file mode 100644 index f5d453b..0000000 --- a/extras/fish/cyberdream.theme +++ /dev/null @@ -1,30 +0,0 @@ -# name: 'cyberdream' -# url: 'https://github.com/scottmckendry/cyberdream.nvim' -# preferred_background: 16181A - -fish_color_normal ffffff -fish_color_command 52cfff -fish_color_param f2cdcd -fish_color_keyword 5eff6c -fish_color_quote f1ff5e -fish_color_redirection 5ea1ff -fish_color_end bd5eff -fish_color_comment 7f849c -fish_color_error ff6e5e -fish_color_gray 6c7086 -fish_color_selection --background=3c4048 -fish_color_search_match --background=3c4048 -fish_color_option f1ff5e -fish_color_operator 5ea1ff -fish_color_escape eba0ac -fish_color_autosuggestion 6c7086 -fish_color_cancel ff6e5e -fish_color_cwd f9e2af -fish_color_user 94e2d5 -fish_color_host 5eff6c -fish_color_host_remote f1ff5e -fish_color_status ff6e5e -fish_pager_color_progress 6c7086 -fish_pager_color_prefix 5ea1ff -fish_pager_color_completion ffffff -fish_pager_color_description 6c7086 diff --git a/extras/gitui/theme.ron b/extras/gitui/theme.ron deleted file mode 100644 index 9df130c..0000000 --- a/extras/gitui/theme.ron +++ /dev/null @@ -1,23 +0,0 @@ -( - selected_tab: Rgb(5, 241, 255), // bright cyan for highlight - command_fg: Rgb(255, 255, 255), // white for commands foreground - selection_bg: Rgb(60, 64, 72), // darker grey for selection background - selection_fg: Rgb(255, 255, 255), // white for selected text - cmdbar_bg: Rgb(22, 24, 26), // very dark grey almost black for command bar background - cmdbar_extra_lines_bg: Rgb(22, 24, 26), // very dark grey almost black for extra lines in command bar - disabled_fg: Rgb(128, 135, 162), // a soft grey for disabled elements, adjusted to fit the theme - diff_line_add: Rgb(94, 255, 108), // vibrant green for added lines - diff_line_delete: Rgb(255, 110, 94), // vibrant red for deleted lines - diff_file_added: Rgb(241, 255, 94), // yellow for added files - diff_file_removed: Rgb(237, 135, 150), // light red for removed files - diff_file_moved: Rgb(189, 94, 255), // purple for moved files - diff_file_modified: Rgb(94, 161, 255), // blue for modified files - commit_hash: Rgb(183, 189, 248), // light purplish for commit hashes - commit_time: Rgb(184, 192, 224), // greyish blue for commit time - commit_author: Rgb(125, 196, 228), // soft blue for author - danger_fg: Rgb(255, 110, 94), // vibrant red for danger - push_gauge_bg: Rgb(138, 173, 244), // soft blue for push gauge background - push_gauge_fg: Rgb(36, 39, 58), // dark blue for push gauge foreground - tag_fg: Rgb(244, 219, 214), // light pastel pink for tags - branch_fg: Rgb(139, 213, 202) // soft turquoise for branches -) diff --git a/extras/helix/cyberdream.toml b/extras/helix/cyberdream.toml deleted file mode 100644 index 6d4580c..0000000 --- a/extras/helix/cyberdream.toml +++ /dev/null @@ -1,86 +0,0 @@ -"ui.background" = "bg" -"ui.text" = "fg" -"ui.cursor" = { bg = "fg", fg = "bg" } -"ui.linenr" = "grey" -"ui.statusline" = { fg = "cyan" } -"ui.selection" = "green" -"ui.selection.primary" = "magenta" - -# Syntax Highlighting for Code -"comment" = { fg = "grey", modifiers = ["italic"] } -"comment.line" = { fg = "grey", modifiers = ["italic"] } -"comment.block" = { fg = "grey", modifiers = ["italic"] } -"comment.documentation" = { fg = "blue", modifiers = ["italic"] } -"keyword" = "orange" -"keyword.control" = "orange" -"keyword.operator" = "pink" -"keyword.function" = "orange" -"type" = "cyan" -"type.builtin" = "cyan" -"function" = "blue" -"function.builtin" = "pink" -"function.method" = "blue" -"variable" = "fg" -"variable.builtin" = "magenta" -"variable.parameter" = "cyan" -"string" = "green" -"string.special" = "pink" -"constant" = "fg" -"constant.builtin" = "red" -"constant.numeric" = "yellow" -"constant.character" = "pink" -"constant.boolean" = "red" -"attribute" = "magenta" -"operator" = "purple" -"tag" = { fg = "purple", modifiers = ["bold"] } -"tag.special" = { fg = "orange", modifiers = ["bold"] } -"namespace" = "purple" -"macro" = "orange" -"label" = "red" - -# Interface specific -"ui.cursorline.primary" = { bg = "bgHighlight" } -"ui.cursorline.secondary" = { bg = "bgAlt" } -"ui.cursorcolumn.primary" = { bg = "bgHighlight" } -"ui.cursorcolumn.secondary" = { bg = "bgAlt" } -"ui.statusline.normal" = { fg = "fg", bg = "bg" } -"ui.statusline.insert" = { fg = "green", bg = "bg" } -"ui.statusline.select" = { fg = "blue", bg = "bg" } -"ui.statusline.command" = { fg = "red", bg = "bg" } -"ui.statusline.visual" = { fg = "purple", bg = "bg" } - -# Diagnostic styles -"warning" = { fg = "yellow", modifiers = ["bold"] } -"error" = { fg = "red", modifiers = ["bold"] } -"info" = { fg = "cyan", modifiers = ["bold"] } -"hint" = { fg = "blue", modifiers = ["bold"] } -"diagnostic.error" = { fg = "red" } -"diagnostic.warning" = { fg = "yellow" } -"diagnostic.info" = { fg = "cyan" } -"diagnostic.hint" = { fg = "blue" } - -# Popups and Menus -"ui.popup" = { fg = "fg", bg = "bg" } -"ui.popup.info" = { fg = "cyan", bg = "bgAlt" } -"ui.menu" = { fg = "fg", bg = "bg" } -"ui.menu.selected" = { fg = "bg", bg = "fg" } - -# Additional overrides -"ui.virtual.whitespace" = "grey" -"ui.virtual.indent-guide" = { fg = "grey", style = "dotted" } - -[palette] -bg = "#16181a" -fg = "#ffffff" -grey = "#7b8496" -blue = "#5ea1ff" -green = "#5eff6c" -cyan = "#5ef1ff" -red = "#ff6e5e" -yellow = "#f1ff5e" -magenta = "#ff5ef1" -pink = "#ff5ea0" -orange = "#ffbd5e" -purple = "#bd5eff" -bgAlt = "#1e2124" -bgHighlight = "#3c4048" diff --git a/extras/lazygit.yml b/extras/lazygit.yml deleted file mode 100644 index a53f07e..0000000 --- a/extras/lazygit.yml +++ /dev/null @@ -1,22 +0,0 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/jesseduffield/lazygit/master/schema/config.json -gui: - border: rounded - theme: - activeBorderColor: - - "#5ef1ff" - inactiveBorderColor: - - "#7b8496" - searchingActiveBorderColor: - - "#ff5ef1" - optionsTextColor: - - "#3c4048" - selectedLineBgColor: - - "#3c4048" - cherryPickedCommitBgColor: - - "#3c4048" - cherryPickedCommitFgColor: - - "#ff5ea0" - unstagedChangesColor: - - "#ffbd5e" - defaultFgColor: - - "#ffffff" diff --git a/extras/pywal-theme.json b/extras/pywal-theme.json deleted file mode 100644 index 91482e1..0000000 --- a/extras/pywal-theme.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "colors": { - "color0": "#16181a", - "color1": "#ff6e5e", - "color2": "#5eff6c", - "color3": "#f1ff5e", - "color4": "#5ea1ff", - "color5": "#bd5eff", - "color6": "#5ef1ff", - "color7": "#ffffff", - "color8": "#3c4048", - "color9": "#ff6e5e", - "color10": "#5eff6c", - "color11": "#f1ff5e", - "color12": "#5ea1ff", - "color13": "#bd5eff", - "color14": "#5ef1ff", - "color15": "#ffffff", - "color16": "#ffbd5e", - "color17": "#ff6e5e" - }, - "special": { - "foreground": "#ffffff", - "background": "#16181a", - "cursor": "#ffffff" - } -} diff --git a/extras/wezterm.lua b/extras/wezterm.lua deleted file mode 100644 index e4e9b18..0000000 --- a/extras/wezterm.lua +++ /dev/null @@ -1,18 +0,0 @@ -return { - foreground = "#ffffff", - background = "#16181a", - - cursor_bg = "#ffffff", - cursor_fg = "#000000", - cursor_border = "#ffffff", - - selection_fg = "#ffffff", - selection_bg = "#3c4048", - - scrollbar_thumb = "#16181a", - split = "#16181a", - - ansi = { "#16181a", "#ff6e5e", "#5eff6c", "#f1ff5e", "#5ea1ff", "#bd5eff", "#5ef1ff", "#ffffff" }, - brights = { "#3c4048", "#ff6e5e", "#5eff6c", "#f1ff5e", "#5ea1ff", "#bd5eff", "#5ef1ff", "#ffffff" }, - indexed = { [16] = "#ffbd5e", [17] = "#ff6e5e" }, -} diff --git a/extras/windows_terminal.json b/extras/windows_terminal.json deleted file mode 100644 index 4ff0323..0000000 --- a/extras/windows_terminal.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "background": "#16181A ", - "black": "#16181a", - "blue": "#5ea1ff", - "brightBlack": "#3c4048", - "brightBlue": "#5ea1ff", - "brightCyan": "#5ef1ff", - "brightGreen": "#5eff6c", - "brightPurple": "#bd5eff", - "brightRed": "#ff6e5e", - "brightWhite": "#ffffff", - "brightYellow": "#f1ff5e", - "cursorColor": "#ffffff", - "cyan": "#5ef1ff", - "foreground": "#ffffff", - "green": "#5eff6c", - "name": "cyberdream", - "purple": "#bd5eff", - "red": "#ff6e5e", - "selectionBackground": "#3c4048", - "white": "#ffffff", - "yellow": "#f1ff5e" -}