diff options
Diffstat (limited to 'config/rofi')
| -rwxr-xr-x | config/rofi/config.rasi | 64 | ||||
| -rwxr-xr-x | config/rofi/gruvbox.rasi | 61 | ||||
| -rwxr-xr-x | config/rofi/rofi/config.rasi | 61 |
3 files changed, 186 insertions, 0 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi new file mode 100755 index 0000000..88e4ad0 --- /dev/null +++ b/config/rofi/config.rasi @@ -0,0 +1,64 @@ +* { + highlight: bold italic; + scrollbar: true; + + base-bg: #1e1e2e; + base-bg-soft: #181825; + base-bg-alt: #11111b; + + base-fg: #cdd6f4; + base-fg-dim: #6c7086; + + accent: #f5c2e7; + accent-light: #cba6f7; + accent-dark: #f38ba8; + + border-gray: #313244; + + background: @base-bg; + background-color: @background; + foreground: @base-fg; + border-color: @border-gray; + separatorcolor: @border-color; + scrollbar-handle: @border-color; + + normal-background: @background; + normal-foreground: @foreground; + alternate-normal-background: @base-bg-soft; + alternate-normal-foreground: @foreground; + + selected-normal-background: @accent; + selected-normal-foreground: @base-bg-alt; + + active-background: @accent; + active-foreground: @base-bg-alt; + alternate-active-background: @accent; + alternate-active-foreground: @active-foreground; + + selected-active-background: @accent-light; + selected-active-foreground: @active-foreground; + + urgent-background: @accent-dark; + urgent-foreground: @base-bg-alt; + alternate-urgent-background: @accent-dark; + alternate-urgent-foreground: @urgent-foreground; + + selected-urgent-background: @accent-light; + selected-urgent-foreground: @urgent-foreground; + + padding: 6px 6px; +} + +configuration { + font: "JetBrainsMono Nerd Font 14"; + show-icons: true; + terminal: "foot"; +} + +element-icon { + size: 20px; +} + +window { + border-radius: 0px; +} diff --git a/config/rofi/gruvbox.rasi b/config/rofi/gruvbox.rasi new file mode 100755 index 0000000..4941db9 --- /dev/null +++ b/config/rofi/gruvbox.rasi @@ -0,0 +1,61 @@ +* { + highlight: bold italic; + scrollbar: true; + + base-bg: #0f0f0f; + base-bg-soft: #1a1a1a; + base-bg-alt: #2a2a2a; + base-fg: #e0def4; + base-fg-dim: #6e6a86; + + accent: #ebbcba; + accent-light: #ea9a97; + accent-dark: #d7827e; + + border-gray: #454545; + + background: @base-bg; + background-color: @background; + foreground: @base-fg; + border-color: @border-gray; + separatorcolor: @border-color; + scrollbar-handle: @border-color; + + normal-background: @background; + normal-foreground: @foreground; + alternate-normal-background: @base-bg-soft; + alternate-normal-foreground: @foreground; + selected-normal-background: @accent; + selected-normal-foreground: @base-bg; + + active-background: @accent; + active-foreground: @base-bg; + alternate-active-background: @accent; + alternate-active-foreground: @active-foreground; + selected-active-background: @accent-light; + selected-active-foreground: @active-foreground; + + urgent-background: @accent-dark; + urgent-foreground: @base-bg; + alternate-urgent-background: @accent-dark; + alternate-urgent-foreground: @urgent-foreground; + selected-urgent-background: @accent-light; + selected-urgent-foreground: @urgent-foreground; + + padding: 6px 6px; +} + +configuration { + font: "JetBrainsMono Nerd Font 14"; + show-icons: true; + terminal: "footclient"; +} + +element-icon { + size: 20px; +} + +window { + border-radius: 10px; +} + diff --git a/config/rofi/rofi/config.rasi b/config/rofi/rofi/config.rasi new file mode 100755 index 0000000..d99eab8 --- /dev/null +++ b/config/rofi/rofi/config.rasi @@ -0,0 +1,61 @@ +* { + highlight: bold italic; + scrollbar: true; + + base-bg: #000000; + base-bg-soft: #1a1a1a; + base-bg-alt: #0d0d0d; + base-fg: #f5f5f5; + base-fg-dim: #808080; + accent: #ffffff; + accent-light: #e0e0e0; + accent-dark: #4d4d4d; + border-gray: #333333; + + background: @base-bg; + background-color: @background; + foreground: @base-fg; + border-color: @border-gray; + separatorcolor: @border-color; + scrollbar-handle: @border-color; + + normal-background: @background; + normal-foreground: @foreground; + alternate-normal-background: @base-bg-soft; + alternate-normal-foreground: @foreground; + + selected-normal-background: @accent; + selected-normal-foreground: @base-bg-alt; + + active-background: @accent; + active-foreground: @base-bg-alt; + alternate-active-background: @accent; + alternate-active-foreground: @active-foreground; + + selected-active-background: @accent-light; + selected-active-foreground: @active-foreground; + + urgent-background: @accent-dark; + urgent-foreground: @base-bg-alt; + alternate-urgent-background: @accent-dark; + alternate-urgent-foreground: @urgent-foreground; + + selected-urgent-background: @accent-light; + selected-urgent-foreground: @urgent-foreground; + + padding: 6px 6px; +} + +configuration { + font: "JetBrainsMono Nerd Font 14"; + show-icons: true; + terminal: "foot"; +} + +element-icon { + size: 20px; +} + +window { + border-radius: 10px; +} |
