Merge pull request #97 from fishyfishfish55/master
Add tokyonight color scheme
This commit is contained in:
commit
3527be5c3d
1 changed files with 16 additions and 0 deletions
16
files/colors/tokyonight.rasi
Normal file
16
files/colors/tokyonight.rasi
Normal file
|
@ -0,0 +1,16 @@
|
|||
/**
|
||||
*
|
||||
* Author : Levi Lacoss (fishyfishfish55)
|
||||
* Github : @fishyfishfish55
|
||||
*
|
||||
* Colors
|
||||
**/
|
||||
|
||||
* {
|
||||
background: #15161EFF;
|
||||
background-alt: #1A1B26FF;
|
||||
foreground: #C0CAF5FF;
|
||||
selected: #33467CFF;
|
||||
active: #414868FF;
|
||||
urgent: #F7768EFF;
|
||||
}
|
Loading…
Reference in a new issue