diff --git a/README.md b/README.md index 750d3f7..3bd13bc 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ Optional API keys for modules must be present in `.env` file or declared as envi - [catppuccin-latte](https://github.com/catppuccin/catppuccin) - [onedark](https://github.com/navarasu/onedark.nvim) - [monokai](https://monokai.pro/) +- [everblush](https://github.com/Everblush) ## 📃 Roadmap diff --git a/gifos/config/ansi_escape_colors.toml b/gifos/config/ansi_escape_colors.toml index 5d4bf00..b0dcc80 100644 --- a/gifos/config/ansi_escape_colors.toml +++ b/gifos/config/ansi_escape_colors.toml @@ -246,4 +246,30 @@ blue = "#FC9867" magenta = "#AB9DF2" cyan = "#78DCE8" - white = "#FCFCFA" \ No newline at end of file + white = "#FCFCFA" + +[everblush] + [everblush.default_colors] + fg = "#141b1e" + bg = "#dadada" + + [everblush.normal_colors] + black = "#232a2d" + red = "#e57474" + green = "#8ccf7e" + yellow = "#e5c76b" + blue = "#67b0e8" + magenta = "#c47fd5" + cyan = "#6cbfbf" + white = "#b3b9b8" + + [everblush.bright_colors] + black = "#2d3437" + red = "#ef7e7e" + green = "#96d988" + yellow = "#f4d67a" + blue = "#71baf2" + magenta = "#ce89df" + cyan = "#67cbe7" + white = "#bdc3c2" +