Compare commits

...

5 Commits

Author SHA1 Message Date
Axel
14aea2e687
Merge a7503670ae into f3835e7f72 2024-10-24 15:09:18 +05:30
adi1090x
f3835e7f72 Deploying to master from @ adi1090x/rofi@f7bc0216ca 🚀 2024-10-10 15:03:51 +00:00
adi1090x
f7bc0216ca Deploying to master from @ adi1090x/rofi@dce10e92b6 🚀 2024-10-05 15:04:35 +00:00
adi1090x
dce10e92b6 Deploying to master from @ adi1090x/rofi@3f2275ab8f 🚀 2024-09-27 15:03:55 +00:00
xelser
a7503670ae add catppuccin flavors 2023-09-10 19:01:31 +08:00
5 changed files with 73 additions and 1 deletions

View File

@ -109,7 +109,7 @@ $ ./setup.sh
</p> </p>
<p align="center"> <p align="center">
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;15263867?u&#x3D;7f45e973d008c1c9fc573554a95efac83751e726&amp;v&#x3D;4" width="60px" alt="David Toska" /></a><a href="https://github.com/kkkutup"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;142684677?v&#x3D;4" width="60px" alt="" /></a><!-- sponsors --> <!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;15263867?u&#x3D;7f45e973d008c1c9fc573554a95efac83751e726&amp;v&#x3D;4" width="60px" alt="David Toska" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;162145059?u&#x3D;16ee4fee3e95ea7bc1599abdb2ff0ec4a2385ea2&amp;v&#x3D;4" width="60px" alt="Carl Andersen" /></a><a href="https://github.com/12c76dc"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;88608064?u&#x3D;856f093e16e6d33996d2548d871884994b3ee627&amp;v&#x3D;4" width="60px" alt="" /></a><!-- sponsors -->
</p> </p>
--- ---

View 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;
}

View 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;
}

View 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;
}

View 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;
}