diff --git a/README.md b/README.md index ff50331..bc2d5f7 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,20 @@ rofi.color-active: argb:00000000, #a0ffa0, argb:00000000, #a0f ! Color scheme window rofi.color-window: argb:ee0060a0, #00b0ef,#00b0ef ``` +# c64 +## Screenshot +![Screenshot](./Screenshots/c64.png) +## XResources +``` +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #0039ff, #0039ff, #0088fe +rofi.color-normal: #0039ff, #4f80ff, #0039ff, #4f80ff, #ffffff +rofi.color-active: #0039ff, #68ba50, #0039ff, #4f80ff, #68ba50 +rofi.color-urgent: #0039ff, #ff7047, #0039ff, #4f80ff, #ff7047 +``` # lb ## Screenshot ![Screenshot](./Screenshots/lb.png) diff --git a/Screenshots/c64.png b/Screenshots/c64.png new file mode 100644 index 0000000..3615321 Binary files /dev/null and b/Screenshots/c64.png differ diff --git a/Themes/c64.theme b/Themes/c64.theme new file mode 100644 index 0000000..546d6f8 --- /dev/null +++ b/Themes/c64.theme @@ -0,0 +1,8 @@ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #0039ff, #0039ff, #0088fe +rofi.color-normal: #0039ff, #4f80ff, #0039ff, #4f80ff, #ffffff +rofi.color-active: #0039ff, #68ba50, #0039ff, #4f80ff, #68ba50 +rofi.color-urgent: #0039ff, #ff7047, #0039ff, #4f80ff, #ff7047