mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-22 22:28:21 -05:00
Compare commits
6 Commits
90e0526175
...
49764829e1
Author | SHA1 | Date | |
---|---|---|---|
|
49764829e1 | ||
|
ba970a1f49 | ||
|
45241fd313 | ||
|
7ba824d491 | ||
|
3a28753b0a | ||
|
a7503670ae |
@ -109,7 +109,7 @@ $ ./setup.sh
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<!-- sponsors --><!-- sponsors -->
|
||||
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://avatars.githubusercontent.com/u/15263867?u=7f45e973d008c1c9fc573554a95efac83751e726&v=4" width="60px" alt="David Toska" /></a><!-- sponsors -->
|
||||
</p>
|
||||
|
||||
---
|
||||
|
18
files/colors/catppuccin-frappe.rasi
Normal file
18
files/colors/catppuccin-frappe.rasi
Normal file
@ -0,0 +1,18 @@
|
||||
/**
|
||||
*
|
||||
* Author : Axel Amores (xelser)
|
||||
* Github : @xelser
|
||||
*
|
||||
* Credits : Catppuccin Team (https://github.com/catppuccin)
|
||||
*
|
||||
* Colors
|
||||
**/
|
||||
|
||||
* {
|
||||
background: #303446FF;
|
||||
background-alt: #414559FF;
|
||||
foreground: #C6D0F5FF;
|
||||
selected: #8CAAEEFF;
|
||||
active: #A6D189FF;
|
||||
urgent: #E78284FF;
|
||||
}
|
18
files/colors/catppuccin-latte.rasi
Normal file
18
files/colors/catppuccin-latte.rasi
Normal file
@ -0,0 +1,18 @@
|
||||
/**
|
||||
*
|
||||
* Author : Axel Amores (xelser)
|
||||
* Github : @xelser
|
||||
*
|
||||
* Credits : Catppuccin Team (https://github.com/catppuccin)
|
||||
*
|
||||
* Colors
|
||||
**/
|
||||
|
||||
* {
|
||||
background: #EFF1F5FF;
|
||||
background-alt: #CCD0DAFF;
|
||||
foreground: #4C4F69FF;
|
||||
selected: #1E66F5FF;
|
||||
active: #40A02BFF;
|
||||
urgent: #D20F39FF;
|
||||
}
|
18
files/colors/catppuccin-macchiato.rasi
Normal file
18
files/colors/catppuccin-macchiato.rasi
Normal file
@ -0,0 +1,18 @@
|
||||
/**
|
||||
*
|
||||
* Author : Axel Amores (xelser)
|
||||
* Github : @xelser
|
||||
*
|
||||
* Credits : Catppuccin Team (https://github.com/catppuccin)
|
||||
*
|
||||
* Colors
|
||||
**/
|
||||
|
||||
* {
|
||||
background: #24273AFF;
|
||||
background-alt: #363A4FFF;
|
||||
foreground: #CAD3F5FF;
|
||||
selected: #8AADF4FF;
|
||||
active: #A6DA95FF;
|
||||
urgent: #ED8796FF;
|
||||
}
|
18
files/colors/catppuccin-mocha.rasi
Normal file
18
files/colors/catppuccin-mocha.rasi
Normal file
@ -0,0 +1,18 @@
|
||||
/**
|
||||
*
|
||||
* Author : Axel Amores (xelser)
|
||||
* Github : @xelser
|
||||
*
|
||||
* Credits : Catppuccin Team (https://github.com/catppuccin)
|
||||
*
|
||||
* Colors
|
||||
**/
|
||||
|
||||
* {
|
||||
background: #1E1E2EFF;
|
||||
background-alt: #313244FF;
|
||||
foreground: #CDD6F4FF;
|
||||
selected: #89B4FAFF;
|
||||
active: #A6E3A1FF;
|
||||
urgent: #F38BA8FF;
|
||||
}
|
Loading…
Reference in New Issue
Block a user