diff options
author | awy <awy@awy.one> | 2024-09-29 17:26:00 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-09-29 17:26:00 +0300 |
commit | 2d6ebbe93d66106d7b39ff1a402e585e66a2efa0 (patch) | |
tree | 7c863c9dda75f5865605f341454f94b01f46cd97 /.config/rofi | |
parent | 6edb4022ba5d10ff01f01aa2d82852748b8a6b32 (diff) |
gruvbox
Diffstat (limited to '.config/rofi')
-rw-r--r-- | .config/rofi/config.rasi | 4 | ||||
-rw-r--r-- | .config/rofi/gruvbox.rasi (renamed from .config/rofi/catppuccin.rasi) | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index f517c83..501865b 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,6 +1,6 @@ configuration{ modi: "run,drun,window"; - icon-theme: "Oranchelo"; + icon-theme: "Gruvbox-Icons"; show-icons: true; terminal: "kitty"; drun-display-format: "{icon} {name}"; @@ -14,4 +14,4 @@ configuration{ sidebar-mode: true; } -@theme "catppuccin" +@theme "gruvbox" diff --git a/.config/rofi/catppuccin.rasi b/.config/rofi/gruvbox.rasi index b377af1..3285ac0 100644 --- a/.config/rofi/catppuccin.rasi +++ b/.config/rofi/gruvbox.rasi @@ -1,12 +1,12 @@ * { - bg-col: #1e1e2e; - bg-col-light: #1e1e2e; - border-col: #1e1e2e; - selected-col: #1e1e2e; - blue: #89b4fa; - fg-col: #cdd6f4; - fg-col2: #f38ba8; - grey: #6c7086; + bg-col: #282828; + bg-col-light: #282828; + border-col: #ebdbb2; + selected-col: #282828; + blue: #458588; + fg-col: #ebdbb2; + fg-col2: #fb4934; + grey: #a89984; width: 600; font: "LiterationMono Nerd Font 12"; |