Created
October 18, 2020 12:49
-
-
Save rac021/ef1004d23aed970e0cb76dff79bf53c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! ================= | |
! rofi | |
! ================= | |
#define background #1D1D26 | |
#define text #C3B3D4 | |
#define active #FFCC66 | |
rofi.fullscreen: false | |
rofi.color-enabled: true | |
rofi.separator-style: solid | |
rofi.color-window: argb:e81d1d26, active, active | |
rofi.color-normal: #2C343F, #6AA0F2, #5C5C5C, #379158, #eee8d5 | |
! rofi.color-normal: #2C343F, #6AA0F2, #6B5858, #586e75, #eee8d5 | |
! rofi.color-normal: argb:0baa263, #0053172, argb:001d1d26, argb:00415CB3, text | |
! rofi.color-active: active, background, active, active, background | |
! rofi.color-urgent: #0fdf6e3, #0dc322f, #0eee8d5, #0dc322f, #0fdf6e3 | |
rofi.font: "SFNS Display" medium 16 | |
rofi.bw: 0 | |
rofi.padding: 15 | |
rofi.hide-scrollbar: true | |
rofi.lines: 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment