summaryrefslogtreecommitdiff
path: root/.config/rofi/themes/squared-material-red.rasi
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-05 16:38:48 +0300
committerThanos Apollo <[email protected]>2023-05-05 16:38:48 +0300
commitb6c2589eae30877cc5e362e06f3d480a0aee2e81 (patch)
treeb2158ab099ff4bf3c1523ddc658740f9ba05715e /.config/rofi/themes/squared-material-red.rasi
parent5d97d357864c5e7b973df45bf19be944c55d7093 (diff)
remove old files
Diffstat (limited to '.config/rofi/themes/squared-material-red.rasi')
-rwxr-xr-x.config/rofi/themes/squared-material-red.rasi96
1 files changed, 0 insertions, 96 deletions
diff --git a/.config/rofi/themes/squared-material-red.rasi b/.config/rofi/themes/squared-material-red.rasi
deleted file mode 100755
index 5b3964b..0000000
--- a/.config/rofi/themes/squared-material-red.rasi
+++ /dev/null
@@ -1,96 +0,0 @@
-/*******************************************************************************
- * ROFI SQUARED THEME USING THE MATERIAL DARKER PALETTE
- * User : LR-Tech
- * Theme Repo : https://github.com/lr-tech/rofi-themes-collection
- *******************************************************************************/
-
-* {
- font: "FiraCode Nerd Font Medium 12";
-
- bg0: #212121;
- bg1: #404040;
- fg0: #eeffff;
-
- accent-color: #f07178;
- urgent-color: #ffcb6b;
-
- background-color: transparent;
- text-color: @fg0;
-
- margin: 0;
- padding: 0;
- spacing: 0;
-}
-
-window {
- location: center;
- width: 480;
- y-offset: -160;
-
- background-color: @bg0;
-}
-
-inputbar {
- spacing: 8px;
- padding: 8px;
-
- background-color: @bg1;
-}
-
-prompt, entry, element-icon, element-text {
- vertical-align: 0.5;
-}
-
-prompt {
- text-color: @accent-color;
-}
-
-textbox {
- padding: 8px;
- background-color: @bg1;
-}
-
-listview {
- padding: 4px 0;
- lines: 8;
- columns: 1;
-
- fixed-height: false;
-}
-
-element {
- padding: 8px;
- spacing: 8px;
-}
-
-element normal normal {
- text-color: @fg0;
-}
-
-element normal urgent {
- text-color: @urgent-color;
-}
-
-element normal active {
- text-color: @accent-color;
-}
-
-element selected {
- text-color: @bg0;
-}
-
-element selected normal, element selected active {
- background-color: @accent-color;
-}
-
-element selected urgent {
- background-color: @urgent-color;
-}
-
-element-icon {
- size: 0.8em;
-}
-
-element-text {
- text-color: inherit;
-}