diff options
| author | ryukamish <[email protected]> | 2026-03-17 20:35:51 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-03-17 20:35:51 +0530 |
| commit | 5742fc100ef25cda9b6a0bc3f3bee7e8f1df5e34 (patch) | |
| tree | 4a933484b604f5d26a31422e0d9f7b3d1b92330b /rofi/colors/tokyonight.rasi | |
| parent | 0085f9ba74bcefa2516c0de4463ab214557c46d7 (diff) | |
add: rofi with colorschemes
Diffstat (limited to 'rofi/colors/tokyonight.rasi')
| -rw-r--r-- | rofi/colors/tokyonight.rasi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/rofi/colors/tokyonight.rasi b/rofi/colors/tokyonight.rasi new file mode 100644 index 0000000..1145cbd --- /dev/null +++ b/rofi/colors/tokyonight.rasi @@ -0,0 +1,16 @@ +/** + * + * Author : Levi Lacoss (fishyfishfish55) + * Github : @fishyfishfish55 + * + * Colors + **/ + +* { + background: #15161EFF; + background-alt: #1A1B26FF; + foreground: #C0CAF5FF; + selected: #33467CFF; + active: #414868FF; + urgent: #F7768EFF; +} |
