diff --git a/migrations/1760301290.sh b/migrations/1760301290.sh new file mode 100644 index 00000000..b383b6fb --- /dev/null +++ b/migrations/1760301290.sh @@ -0,0 +1,5 @@ +echo "Add the new Flexoki Light theme" + +if [[ ! -L ~/.config/omarchy/themes/flexoki-light ]]; then + ln -nfs ~/.local/share/omarchy/themes/flexoki-light ~/.config/omarchy/themes/ +fi diff --git a/themes/flexoki-light/alacritty.toml b/themes/flexoki-light/alacritty.toml new file mode 100644 index 00000000..e59fce8b --- /dev/null +++ b/themes/flexoki-light/alacritty.toml @@ -0,0 +1,39 @@ +[colors.bright] +black = "#100F0F" +blue = "#205EA6" +cyan = "#3AA99F" +green = "#879A39" +magenta = "#CE5D97" +red = "#D14D41" +white = "#FFFCF0" +yellow = "#D0A215" + +[colors.cursor] +cursor = "#100F0F" +text = "#FFFCF0" + +[colors.dim] +black = "#100F0F" +blue = "#205EA6" +cyan = "#3AA99F" +green = "#879A39" +magenta = "#CE5D97" +red = "#D14D41" +white = "#FFFCF0" +yellow = "#D0A215" + +[colors.normal] +black = "#100F0F" +blue = "#205EA6" +cyan = "#3AA99F" +green = "#879A39" +magenta = "#CE5D97" +red = "#D14D41" +white = "#FFFCF0" +yellow = "#D0A215" + +[colors.primary] +background = "#FFFCF0" +bright_foreground = "#100F0F" +dim_foreground = "#100F0F" +foreground = "#100F0F" diff --git a/themes/flexoki-light/backgrounds/flexoki-light-omarchy.png b/themes/flexoki-light/backgrounds/flexoki-light-omarchy.png new file mode 100644 index 00000000..cc755b1f Binary files /dev/null and b/themes/flexoki-light/backgrounds/flexoki-light-omarchy.png differ diff --git a/themes/flexoki-light/backgrounds/flexoki-light-orb.png b/themes/flexoki-light/backgrounds/flexoki-light-orb.png new file mode 100644 index 00000000..a564a176 Binary files /dev/null and b/themes/flexoki-light/backgrounds/flexoki-light-orb.png differ diff --git a/themes/flexoki-light/btop.theme b/themes/flexoki-light/btop.theme new file mode 100644 index 00000000..0caf9c65 --- /dev/null +++ b/themes/flexoki-light/btop.theme @@ -0,0 +1,78 @@ +# Main bg +theme[main_bg]="#FFFCF0" + +# Main text color +theme[main_fg]="#100F0F" + +# Title color for boxes +theme[title]="#100F0F" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#205EA6" + +# Background color of selected item in processes box +theme[selected_bg]="#414868" + +# Foreground color of selected item in processes box +theme[selected_fg]="#100F0F" + +# Color of inactive/disabled text +theme[inactive_fg]="#6F6E69" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#205EA6" + +# Cpu box outline color +theme[cpu_box]="#6F6E69" + +# Memory/disks box outline color +theme[mem_box]="#6F6E69" + +# Net up/down box outline color +theme[net_box]="#6F6E69" + +# Processes box outline color +theme[proc_box]="#6F6E69" + +# Box divider line and small boxes line color +theme[div_line]="#6F6E69" + +# Temperature graph colors +theme[temp_start]="#66800B" +theme[temp_mid]="#BC5215" +theme[temp_end]="#AF3029" + +# CPU graph colors +theme[cpu_start]="#66800B" +theme[cpu_mid]="#BC5215" +theme[cpu_end]="#AF3029" + +# Mem/Disk free meter +theme[free_start]="#66800B" +theme[free_mid]="#BC5215" +theme[free_end]="#AF3029" + +# Mem/Disk cached meter +theme[cached_start]="#66800B" +theme[cached_mid]="#BC5215" +theme[cached_end]="#AF3029" + +# Mem/Disk available meter +theme[available_start]="#66800B" +theme[available_mid]="#BC5215" +theme[available_end]="#AF3029" + +# Mem/Disk used meter +theme[used_start]="#66800B" +theme[used_mid]="#BC5215" +theme[used_end]="#AF3029" + +# Download graph colors +theme[download_start]="#66800B" +theme[download_mid]="#BC5215" +theme[download_end]="#AF3029" + +# Upload graph colors +theme[upload_start]="#66800B" +theme[upload_mid]="#BC5215" +theme[upload_end]="#AF3029" diff --git a/themes/flexoki-light/chromium.theme b/themes/flexoki-light/chromium.theme new file mode 100644 index 00000000..31cd573a --- /dev/null +++ b/themes/flexoki-light/chromium.theme @@ -0,0 +1 @@ +242,240,229 \ No newline at end of file diff --git a/themes/flexoki-light/ghostty.conf b/themes/flexoki-light/ghostty.conf new file mode 100644 index 00000000..5bc755a1 --- /dev/null +++ b/themes/flexoki-light/ghostty.conf @@ -0,0 +1 @@ +theme = Flexoki Light \ No newline at end of file diff --git a/themes/flexoki-light/hyprland.conf b/themes/flexoki-light/hyprland.conf new file mode 100644 index 00000000..4e4b20a0 --- /dev/null +++ b/themes/flexoki-light/hyprland.conf @@ -0,0 +1,3 @@ +general { + col.active_border = rgba(205EA6ee) +} diff --git a/themes/flexoki-light/hyprlock.conf b/themes/flexoki-light/hyprlock.conf new file mode 100644 index 00000000..e1d0dd4a --- /dev/null +++ b/themes/flexoki-light/hyprlock.conf @@ -0,0 +1,5 @@ +$color = rgba(255,252,240,1.0) +$inner_color = rgba(242,240,229,1.0) +$outer_color = rgba(206,205,195,1.0) +$font_color = rgba(16,15,15,1.0) +$check_color = rgba(32, 94, 166, 1.0) diff --git a/themes/flexoki-light/icons.theme b/themes/flexoki-light/icons.theme new file mode 100644 index 00000000..6ce2f147 --- /dev/null +++ b/themes/flexoki-light/icons.theme @@ -0,0 +1 @@ +Yaru-blue diff --git a/themes/flexoki-light/kitty.conf b/themes/flexoki-light/kitty.conf new file mode 100644 index 00000000..c8ee0142 --- /dev/null +++ b/themes/flexoki-light/kitty.conf @@ -0,0 +1,67 @@ +# vim:ft=kitty + +## name: Flexoki (Light) +## author: Kepano +## license: MIT +## upstream: https://raw.githubusercontent.com/kepano/flexoki/main/kitty/flexoki_light.conf +## blurb: An inky color scheme for prose and code + +# The basic colors +foreground #100F0F +background #FFFCF0 +selection_foreground #100F0F +selection_background #CECDC3 + +# Cursor colors +cursor #100F0F +cursor_text_color #FFFCF0 + +# kitty window border colors +active_border_color #D14D41 +inactive_border_color #CECDC3 + +# Tab bar colors +active_tab_foreground #100F0F +active_tab_background #CECDC3 +inactive_tab_foreground #6F6E69 +inactive_tab_background #E6E4D9 + +# The basic 16 colors +# black +color0 #100F0F +color8 #6F6E69 + + +# red +color1 #D14D41 +color9 #AF3029 + + +# green +color2 #879A39 +color10 #66800B + + +# yellow +color3 #D0A215 +color11 #AD8301 + + +# blue +color4 #4385BE +color12 #205EA6 + + +# magenta +color5 #CE5D97 +color13 #A02F6F + + +# cyan +color6 #3AA99F +color14 #24837B + + +# white +color7 #FFFCF0 +color15 #F2F0E5 \ No newline at end of file diff --git a/themes/flexoki-light/light.mode b/themes/flexoki-light/light.mode new file mode 100644 index 00000000..e65461b9 --- /dev/null +++ b/themes/flexoki-light/light.mode @@ -0,0 +1 @@ +# This will set "prefer-light" and use "Adwaita" as the theme \ No newline at end of file diff --git a/themes/flexoki-light/mako.ini b/themes/flexoki-light/mako.ini new file mode 100644 index 00000000..19cf1af4 --- /dev/null +++ b/themes/flexoki-light/mako.ini @@ -0,0 +1,5 @@ +include=~/.local/share/omarchy/default/mako/core.ini + +text-color=#100F0F +border-color=#205EA6 +background-color=#FFFCF0 diff --git a/themes/flexoki-light/neovim.lua b/themes/flexoki-light/neovim.lua new file mode 100644 index 00000000..381cf555 --- /dev/null +++ b/themes/flexoki-light/neovim.lua @@ -0,0 +1,15 @@ +return { + { + "kepano/flexoki-neovim", + name = "flexoki", + config = function() + vim.api.nvim_set_option_value("background", "light", {}) + end, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "flexoki-light", + }, + }, +} diff --git a/themes/flexoki-light/swayosd.css b/themes/flexoki-light/swayosd.css new file mode 100644 index 00000000..444964d5 --- /dev/null +++ b/themes/flexoki-light/swayosd.css @@ -0,0 +1,5 @@ +@define-color background-color #FFFCF0; +@define-color border-color #205EA6; +@define-color label #100F0F; +@define-color image #100F0F; +@define-color progress #100F0F; diff --git a/themes/flexoki-light/vscode.json b/themes/flexoki-light/vscode.json new file mode 100644 index 00000000..a1ad3d37 --- /dev/null +++ b/themes/flexoki-light/vscode.json @@ -0,0 +1,547 @@ +{ + "name": "Flexoki", + "type": "light", + "colors": { + "editor.background": "#FFFCF0", + "editor.foreground": "#100F0F", + "editor.hoverHighlightBackground": "#DAD8CE", + "editor.lineHighlightBackground": "#F2F0E5", + "editor.selectionBackground": "#100F0F44", + "editor.selectionHighlightBackground": "#100F0F44", + "editor.findMatchBackground": "#D0A215", + "editor.findMatchHighlightBackground": "#D0A215cc", + "editor.findRangeHighlightBackground": "#F2F0E5", + "editor.inactiveSelectionBackground": "#E6E4D9", + "editor.lineHighlightBorder": "#E6E4D9", + "editor.rangeHighlightBackground": "#CECDC3", + "notifications.background": "#E6E4D9", + "editorInlayHint.typeBackground": "#DAD8CE", + "editorInlayHint.typeForeground": "#100F0F", + "editorWhitespace.foreground": "#CECDC3", + "editorIndentGuide.background1": "#DAD8CE", + "editorHoverWidget.background": "#E6E4D9", + "editorLineNumber.activeForeground": "#100F0F", + "editorLineNumber.foreground": "#CECDC3", + "editorGutter.background": "#FFFCF0", + "editorGutter.modifiedBackground": "#24837B", + "editorGutter.addedBackground": "#66800B", + "editorGutter.deletedBackground": "#AF3029", + "editorBracketMatch.background": "#E6E4D9", + "editorBracketMatch.border": "#DAD8CE", + "editorError.foreground": "#AF3029", + "editorWarning.foreground": "#BC5215", + "editorInfo.foreground": "#205EA6", + "diffEditor.insertedTextBackground": "#879A3999", + "diffEditor.removedTextBackground": "#D14D4199", + "editorGroupHeader.tabsBackground": "#FFFCF0", + "editorGroup.border": "#DAD8CE", + "tab.activeBackground": "#FFFCF0", + "tab.inactiveBackground": "#F2F0E5", + "tab.inactiveForeground": "#6F6E69", + "tab.activeForeground": "#100F0F", + "tab.hoverBackground": "#DAD8CE", + "tab.unfocusedHoverBackground": "#DAD8CE", + "tab.border": "#DAD8CE", + "tab.activeModifiedBorder": "#AD8301", + "tab.inactiveModifiedBorder": "#205EA6", + "tab.unfocusedActiveModifiedBorder": "#D0A215", + "tab.unfocusedInactiveModifiedBorder": "#4385BE", + "editorWidget.background": "#F2F0E5", + "editorWidget.border": "#DAD8CE", + "editorSuggestWidget.background": "#FFFCF0", + "editorSuggestWidget.border": "#DAD8CE", + "editorSuggestWidget.foreground": "#100F0F", + "editorSuggestWidget.highlightForeground": "#6F6E69", + "editorSuggestWidget.selectedBackground": "#DAD8CE", + "peekView.border": "#DAD8CE", + "peekViewEditor.background": "#FFFCF0", + "peekViewEditor.matchHighlightBackground": "#CECDC3", + "peekViewResult.background": "#F2F0E5", + "peekViewResult.fileForeground": "#100F0F", + "peekViewResult.lineForeground": "#6F6E69", + "peekViewResult.matchHighlightBackground": "#CECDC3", + "peekViewResult.selectionBackground": "#E6E4D9", + "peekViewResult.selectionForeground": "#B7B5AC", + "peekViewTitle.background": "#DAD8CE", + "peekViewTitleDescription.foreground": "#6F6E69", + "peekViewTitleLabel.foreground": "#100F0F", + "merge.currentHeaderBackground": "#66800B", + "merge.currentContentBackground": "#879A39", + "merge.incomingHeaderBackground": "#24837B", + "merge.incomingContentBackground": "#3AA99F", + "merge.border": "#DAD8CE", + "merge.commonContentBackground": "#CECDC3", + "merge.commonHeaderBackground": "#DAD8CE", + "panel.background": "#FFFCF0", + "panel.border": "#DAD8CE", + "panelTitle.activeBorder": "#CECDC3", + "panelTitle.activeForeground": "#100F0F", + "panelTitle.inactiveForeground": "#6F6E69", + "statusBar.background": "#FFFCF0", + "statusBar.foreground": "#100F0F", + "statusBar.border": "#DAD8CE", + "statusBar.debuggingBackground": "#AF3029", + "statusBar.debuggingForeground": "#100F0F", + "statusBar.noFolderBackground": "#CECDC3", + "statusBar.noFolderForeground": "#B7B5AC", + "titleBar.activeBackground": "#FFFCF0", + "titleBar.activeForeground": "#100F0F", + "titleBar.inactiveBackground": "#F2F0E5", + "titleBar.inactiveForeground": "#6F6E69", + "titleBar.border": "#DAD8CE", + "menu.foreground": "#100F0F", + "menu.background": "#FFFCF0", + "menu.selectionForeground": "#100F0F", + "menu.selectionBackground": "#DAD8CE", + "menu.border": "#DAD8CE", + "editorInlayHint.foreground": "#6F6E69", + "editorInlayHint.background": "#DAD8CE", + "terminal.foreground": "#100F0F", + "terminal.background": "#FFFCF0", + "terminalCursor.foreground": "#100F0F", + "terminalCursor.background": "#FFFCF0", + "terminal.ansiRed": "#AF3029", + "terminal.ansiGreen": "#66800B", + "terminal.ansiYellow": "#AD8301", + "terminal.ansiBlue": "#205EA6", + "terminal.ansiMagenta": "#24837B", + "terminal.ansiCyan": "#24837B", + "activityBar.background": "#FFFCF0", + "activityBar.foreground": "#100F0F", + "activityBar.inactiveForeground": "#6F6E69", + "activityBar.activeBorder": "#100F0F", + "activityBar.border": "#DAD8CE", + "sideBar.background": "#FFFCF0", + "sideBar.foreground": "#100F0F", + "sideBar.border": "#DAD8CE", + "sideBarTitle.foreground": "#100F0F", + "sideBarSectionHeader.background": "#F2F0E5", + "sideBarSectionHeader.foreground": "#100F0F", + "sideBarSectionHeader.border": "#DAD8CE", + "sideBar.activeBackground": "#CECDC3", + "sideBar.activeForeground": "#100F0F", + "sideBar.hoverBackground": "#DAD8CE", + "sideBar.hoverForeground": "#6F6E69", + "sideBar.folderIcon.foreground": "#66800B", + "sideBar.fileIcon.foreground": "#205EA6", + "list.warningForeground": "#BC5215", + "list.errorForeground": "#AF3029", + "list.inactiveSelectionBackground": "#DAD8CE", + "list.activeSelectionBackground": "#CECDC3", + "list.inactiveSelectionForeground": "#100F0F", + "list.activeSelectionForeground": "#100F0F", + "list.hoverForeground": "#100F0F", + "list.hoverBackground": "#DAD8CE", + "input.background": "#F2F0E5", + "input.foreground": "#100F0F", + "input.border": "#DAD8CE", + "input.placeholderForeground": "#6F6E69", + "inputOption.activeBorder": "#DAD8CE", + "inputOption.activeBackground": "#E6E4D9", + "inputOption.activeForeground": "#100F0F", + "inputValidation.infoBackground": "#24837B", + "inputValidation.infoBorder": "#3AA99F", + "inputValidation.warningBackground": "#BC5215", + "inputValidation.warningBorder": "#DA702C", + "inputValidation.errorBackground": "#AF3029", + "inputValidation.errorBorder": "#D14D41", + "dropdown.background": "#F2F0E5", + "dropdown.foreground": "#100F0F", + "dropdown.border": "#DAD8CE", + "dropdown.listBackground": "#FFFCF0", + "badge.background": "#24837B", + "activityBarBadge.background": "#24837B", + "button.background": "#24837B", + "button.foreground": "#FFFCF0", + "badge.foreground": "#FFFCF0", + "activityBarBadge.foreground": "#FFFCF0" + }, + "tokenColors": [ + { + "name": "plain", + "scope": ["source", "support.type.property-name.css"], + "settings": { + "foreground": "#100F0F" + } + }, + { + "name": "classes", + "scope": ["entity.name.type.class"], + "settings": { + "foreground": "#BC5215" + } + }, + { + "name": "interfaces", + "scope": ["entity.name.type.interface", "entity.name.type"], + "settings": { + "foreground": "#AD8301" + } + }, + { + "name": "structs", + "scope": ["entity.name.type.struct"], + "settings": { + "foreground": "#BC5215" + } + }, + { + "name": "enums", + "scope": ["entity.name.type.enum"], + "settings": { + "foreground": "#BC5215" + } + }, + { + "name": "keys", + "scope": ["meta.object-literal.key", "support.type.property-name"], + "settings": { + "foreground": "#BC5215" + } + }, + { + "name": "methods", + "scope": ["entity.name.function.method", "meta.function.method"], + "settings": { + "foreground": "#66800B" + } + }, + { + "name": "functions", + "scope": [ + "entity.name.function", + "support.function", + "meta.function-call.generic" + ], + "settings": { + "foreground": "#BC5215", + "fontStyle": "bold" + } + }, + { + "name": "variables", + "scope": ["variable", "meta.variable", "variable.other.object.property"], + "settings": { + "foreground": "#100F0F" + } + }, + { + "name": "variablesOther", + "scope": ["variable.other.object", "variable.other.readwrite.alias"], + "settings": { + "foreground": "#66800B" + } + }, + { + "name": "globalVariables", + "scope": ["variable.other.global", "variable.language.this"], + "settings": { + "foreground": "#A02F6F" + } + }, + { + "name": "localVariables", + "scope": ["variable.other.local"], + "settings": { + "foreground": "#E6E4D9" + } + }, + { + "name": "parameters", + "scope": ["variable.parameter", "meta.parameter"], + "settings": { + "foreground": "#100F0F" + } + }, + { + "name": "properties", + "scope": ["variable.other.property", "meta.property"], + "settings": { + "foreground": "#205EA6" + } + }, + { + "name": "strings", + "scope": [ + "string", + "string.other.link", + "markup.inline.raw.string.markdown" + ], + "settings": { + "foreground": "#24837B" + } + }, + { + "name": "stringEscapeSequences", + "scope": ["constant.character.escape", "constant.other.placeholder"], + "settings": { + "foreground": "#100F0F" + } + }, + { + "name": "keywords", + "scope": ["keyword"], + "settings": { + "foreground": "#66800B" + } + }, + { + "name": "keywordsControl", + "scope": [ + "keyword.control.import", + "keyword.control.from", + "keyword.import" + ], + "settings": { + "foreground": "#AF3029" + } + }, + { + "name": "storageModifiers", + "scope": ["storage.modifier", "keyword.modifier", "storage.type"], + "settings": { + "foreground": "#205EA6" + } + }, + { + "name": "comments", + "scope": ["comment", "punctuation.definition.comment"], + "settings": { + "foreground": "#6F6E69" + } + }, + { + "name": "docComments", + "scope": ["comment.documentation", "comment.line.documentation"], + "settings": { + "foreground": "#B7B5AC" + } + }, + { + "name": "numbers", + "scope": ["constant.numeric"], + "settings": { + "foreground": "#5E409D" + } + }, + { + "name": "booleans", + "scope": ["constant.language.boolean", "constant.language.json"], + "settings": { + "foreground": "#AD8301" + } + }, + { + "name": "operators", + "scope": ["keyword.operator"], + "settings": { + "foreground": "#AF3029" + } + }, + { + "name": "macros", + "scope": ["entity.name.function.preprocessor", "meta.preprocessor"], + "settings": { + "foreground": "#205EA6" + } + }, + { + "name": "preprocessor", + "scope": ["meta.preprocessor"], + "settings": { + "foreground": "#A02F6F" + } + }, + { + "name": "urls", + "scope": ["markup.underline.link"], + "settings": { + "foreground": "#205EA6" + } + }, + { + "name": "tags", + "scope": ["entity.name.tag"], + "settings": { + "foreground": "#205EA6" + } + }, + { + "name": "jsxTags", + "scope": ["support.class.component"], + "settings": { + "foreground": "#A02F6F" + } + }, + { + "name": "attributes", + "scope": ["entity.other.attribute-name", "meta.attribute"], + "settings": { + "foreground": "#AD8301" + } + }, + { + "name": "types", + "scope": ["support.type"], + "settings": { + "foreground": "#AD8301" + } + }, + { + "name": "constants", + "scope": ["variable.other.constant", "variable.readonly"], + "settings": { + "foreground": "#100F0F" + } + }, + { + "name": "labels", + "scope": ["entity.name.label", "punctuation.definition.label"], + "settings": { + "foreground": "#A02F6F" + } + }, + { + "name": "namespaces", + "scope": [ + "entity.name.namespace", + "storage.modifier.namespace", + "markup.bold.markdown" + ], + "settings": { + "foreground": "#AD8301" + } + }, + { + "name": "modules", + "scope": ["entity.name.module", "storage.modifier.module"], + "settings": { + "foreground": "#AF3029" + } + }, + { + "name": "typeParameters", + "scope": ["variable.type.parameter", "variable.parameter.type"], + "settings": { + "foreground": "#BC5215" + } + }, + { + "name": "exceptions", + "scope": ["keyword.control.exception", "keyword.control.trycatch"], + "settings": { + "foreground": "#A02F6F" + } + }, + { + "name": "decorators", + "scope": [ + "meta.decorator", + "punctuation.decorator", + "entity.name.function.decorator" + ], + "settings": { + "foreground": "#AD8301" + } + }, + { + "name": "calls", + "scope": ["variable.function"], + "settings": { + "foreground": "#100F0F" + } + }, + { + "name": "punctuation", + "scope": [ + "punctuation", + "punctuation.terminator", + "punctuation.definition.tag", + "punctuation.separator", + "punctuation.definition.string", + "punctuation.section.block" + ], + "settings": { + "foreground": "#6F6E69" + } + }, + { + "name": "yellow", + "scope": [ + "storage.type.numeric.go", + "storage.type.byte.go", + "storage.type.boolean.go", + "storage.type.string.go", + "storage.type.uintptr.go", + "storage.type.error.go", + "storage.type.rune.go", + "constant.language.go", + "support.class.dart", + "keyword.other.documentation", + "storage.modifier.import.java", + "punctuation.definition.list.begin.markdown", + "punctuation.definition.quote.begin.markdown", + "meta.separator.markdown", + "entity.name.section.markdown" + ], + "settings": { + "foreground": "#AD8301" + } + }, + { + "name": "green", + "scope": [], + "settings": { + "foreground": "#66800B" + } + }, + { + "name": "cyan", + "scope": [ + "markup.italic.markdown", + "support.type.python", + "variable.legacy.builtin.python", + "support.constant.property-value.css", + "storage.modifier.attribute.swift" + ], + "settings": { + "foreground": "#24837B" + } + }, + { + "name": "blue", + "scope": [], + "settings": { + "foreground": "#205EA6" + } + }, + { + "name": "purple", + "scope": ["keyword.channel.go", "keyword.other.platform.os.swift"], + "settings": { + "foreground": "#5E409D" + } + }, + { + "name": "magenta", + "scope": ["punctuation.definition.heading.markdown"], + "settings": { + "foreground": "#A02F6F" + } + }, + { + "name": "red", + "scope": [], + "settings": { + "foreground": "#AF3029" + } + }, + { + "name": "orange", + "scope": [], + "settings": { + "foreground": "#BC5215" + } + } + ] +} \ No newline at end of file diff --git a/themes/flexoki-light/walker.css b/themes/flexoki-light/walker.css new file mode 100644 index 00000000..e2ecdfb2 --- /dev/null +++ b/themes/flexoki-light/walker.css @@ -0,0 +1,6 @@ +@define-color selected-text #205EA6; +@define-color text #100F0F; +@define-color base #FFFCF0; +@define-color border #205EA6; +@define-color foreground #100F0F; +@define-color background #FFFCF0; diff --git a/themes/flexoki-light/waybar.css b/themes/flexoki-light/waybar.css new file mode 100644 index 00000000..edc54c16 --- /dev/null +++ b/themes/flexoki-light/waybar.css @@ -0,0 +1,2 @@ +@define-color foreground #100F0F; +@define-color background #FFFCF0;