mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-22 14:18:21 -05:00
19 lines
398 B
Plaintext
19 lines
398 B
Plaintext
|
/**
|
||
|
*
|
||
|
* Author : Aditya Shakya (adi1090x)
|
||
|
* Github : @adi1090x
|
||
|
*
|
||
|
* Colors
|
||
|
*
|
||
|
* Available Colors Schemes
|
||
|
*
|
||
|
* adapta catppuccin everforest navy paper
|
||
|
* arc cyberpunk gruvbox nord solarized
|
||
|
* black dracula lovelace onedark yousai
|
||
|
*
|
||
|
**/
|
||
|
|
||
|
/* Import color-scheme from `colors` directory */
|
||
|
|
||
|
@import "~/.config/rofi/colors/onedark.rasi"
|