From c9c27d1554a8106f4866a93ccce0228b5b6fbb0f Mon Sep 17 00:00:00 2001 From: Belal Elsabbagh Date: Sun, 15 Mar 2026 13:54:50 +0200 Subject: [PATCH] changed some themes --- .config/starship.toml | 19 ++++++++++++++++--- .config/yazi/theme.toml | 4 ++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 6f4d6a5..9eebe8b 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -10,15 +10,15 @@ $line_break\ $python\ $character""" -palette = "dracula" +palette = "gruvbox" [directory] -style = "bold pink" +style = "bold purple" [character] success_symbol = "[>](bold green)" error_symbol = "[>](bold red)" -vimcmd_symbol = "[<](bold purple)" +vimcmd_symbol = "[<](bold yellow)" [git_branch] format = "[$branch]($style) " @@ -52,3 +52,16 @@ pink = "#ff79c6" purple = "#bd93f9" red = "#ff5555" yellow = "#f1fa8c" + +[palettes.gruvbox] +background = "#282828" +current_line = "#928374" +foreground = "#f8f8f2" +comment = "#6272a4" +cyan = "#83a598" +green = "#b8bb26" +orange = "#fe8019" +pink = "#ff79c6" +purple = "#d3869b" +red = "#fb4934" +yellow = "#fabd2f" diff --git a/.config/yazi/theme.toml b/.config/yazi/theme.toml index a57338c..75f4b96 100644 --- a/.config/yazi/theme.toml +++ b/.config/yazi/theme.toml @@ -1,4 +1,4 @@ [flavor] -dark = "dracula" -use = "dracula" +dark = "gruvbox_material" +use = "gruvbox_material"