diff --git a/README.md b/README.md index fa2fd50..9af5173 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,27 @@ rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff rofi.color-active: #273238, #80cbc4, #273238, #394249, #80cbc4 rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844 ``` +# Arc +## Screenshot +![Screenshot](./Screenshots/Arc.png) +## XResources +``` +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +! Use extended color scheme +rofi.color-enabled: true +! Color scheme for normal row +rofi.color-normal: #ffffff,#525d76,#f5f5f5,#5294e2,#ffffff +! Color scheme for urgent row +rofi.color-urgent: #ffffff,#dc322f,#f5f5f5,#5294e2,#dc322f +! Color scheme for active row +rofi.color-active: #ffffff,#c2cad0,#f5f5f5,#5294e2,#c2cad0 +! Color scheme window +rofi.color-window: #ffffff,#f5f5f5 +! Separator style (none, dash, solid) +rofi.separator-style: solid +``` # blor ## Screenshot ![Screenshot](./Screenshots/blor.png) diff --git a/Screenshots/Arc.png b/Screenshots/Arc.png new file mode 100644 index 0000000..4fb7c0a Binary files /dev/null and b/Screenshots/Arc.png differ diff --git a/Themes/Arc.theme b/Themes/Arc.theme new file mode 100644 index 0000000..181da9a --- /dev/null +++ b/Themes/Arc.theme @@ -0,0 +1,15 @@ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +! Use extended color scheme +rofi.color-enabled: true +! Color scheme for normal row +rofi.color-normal: #ffffff,#525d76,#f5f5f5,#5294e2,#ffffff +! Color scheme for urgent row +rofi.color-urgent: #ffffff,#dc322f,#f5f5f5,#5294e2,#dc322f +! Color scheme for active row +rofi.color-active: #ffffff,#c2cad0,#f5f5f5,#5294e2,#c2cad0 +! Color scheme window +rofi.color-window: #ffffff,#f5f5f5 +! Separator style (none, dash, solid) +rofi.separator-style: solid