1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98@import "~/.config/rofi/colors.rasi" * { font: "Pixel Code Regular 11"; margin : 0; padding : 0; spacing : 0; } element-icon, element-text, scrollbar { cursor: pointer; } mainbox{ padding: 9px 6px 0px 6px; background-image: url("../images/base-border.png", width); } window { location : north; anchor : north; width : 364px; height: 375px; border-radius: 10px; //This one is for doing the effects I do with the pink and the skyblue background-image: linear-gradient(90deg,{{color5}}, {{color4}}); } inputbar { spacing : 8px; padding : 4px 8px; children : [ entry ]; border: 0px 0px 1px 0px; border-color: @border; } icon-search, entry, element-icon, element-text { text-color: @fg1; } textbox { padding : 4px 8px; background-color : @bg; } listview { padding : 0px 0px; lines : 12; columns : 1; fixed-height : true; } element { padding : 4px 8px; margin: 0px; spacing : 8px; } element normal urgent { text-color: @urgent; } element normal active { text-color: @accent; } element selected { text-color: @fg2; } element selected urgent { background-color: @urgent; } element-icon { size: 0.8em; } element-text { text-color: inherit; }