Compare commits

...

2 Commits

Author SHA1 Message Date
Axel
90e0526175
Merge a7503670ae into 6cdcf5b7cb 2024-06-08 19:38:24 -07:00
xelser
a7503670ae add catppuccin flavors 2023-09-10 19:01:31 +08:00
4 changed files with 72 additions and 0 deletions

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