diff --git a/README.md b/README.md index e92fbcb..af88d18 100644 --- a/README.md +++ b/README.md @@ -98,3 +98,17 @@ rofi.color-window: #2f1e2e, argb:36ef6155, argb:2fef6155 ! Separator style (none, dash, solid) rofi.separator-style: dash ``` +# solarized +## Screenshot +![Screenshot](./Screenshots/solarized.png) +## XResources +``` +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #002b37, #002b37, #003642 +rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396 +rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4 +rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281 +``` diff --git a/Screenshots/solarized.png b/Screenshots/solarized.png new file mode 100644 index 0000000..617b862 Binary files /dev/null and b/Screenshots/solarized.png differ diff --git a/Themes/solarized.theme b/Themes/solarized.theme new file mode 100644 index 0000000..8e81979 --- /dev/null +++ b/Themes/solarized.theme @@ -0,0 +1,8 @@ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #002b37, #002b37, #003642 +rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396 +rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4 +rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281