diff --git a/themes/forest-radio/backgrounds/campfire-radio.webp b/themes/forest-radio/backgrounds/campfire-radio.webp new file mode 100644 index 00000000000..f4cc22d3194 Binary files /dev/null and b/themes/forest-radio/backgrounds/campfire-radio.webp differ diff --git a/themes/forest-radio/colors.toml b/themes/forest-radio/colors.toml new file mode 100644 index 00000000000..faaec62866a --- /dev/null +++ b/themes/forest-radio/colors.toml @@ -0,0 +1,31 @@ +mode = "dark" + +accent = "#e8823a" +selection = "#2f3c31" +muted = "#48584a" + +background = "#121a15" +dark_background = "#0b120e" +darker_background = "#070b08" +lighter_background = "#1c2a1f" + +foreground = "#e8dcc4" +dark_foreground = "#6f7d6f" +light_foreground = "#c7bd9e" +bright_foreground = "#f5ecd6" + +red = "#e0645a" +yellow = "#f0b429" +orange = "#e8823a" +green = "#7fae7a" +cyan = "#5fae94" +blue = "#5c8a8f" +magenta = "#b98fa3" +brown = "#6b4a2c" + +bright_red = "#e87b72" +bright_yellow = "#ffce5c" +bright_green = "#9bce93" +bright_cyan = "#7ecdae" +bright_blue = "#7aacb0" +bright_magenta = "#d1a8ba" diff --git a/themes/forest-radio/icons.theme b/themes/forest-radio/icons.theme new file mode 100644 index 00000000000..4c02d89861a --- /dev/null +++ b/themes/forest-radio/icons.theme @@ -0,0 +1 @@ +Yaru-sage-dark diff --git a/themes/forest-radio/neovim.lua b/themes/forest-radio/neovim.lua new file mode 100644 index 00000000000..8a6c4b7e3c9 --- /dev/null +++ b/themes/forest-radio/neovim.lua @@ -0,0 +1,10 @@ +return { + { "neanias/everforest-nvim" }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "everforest", + background = "hard", + }, + }, +} diff --git a/themes/forest-radio/vscode.json b/themes/forest-radio/vscode.json new file mode 100644 index 00000000000..c584417a3e2 --- /dev/null +++ b/themes/forest-radio/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Everforest Dark", + "extension": "reesew.everforest-theme" +}