├── README.md ├── everblush └── gtk.css ├── memories └── gtk.css └── xfce4-panel.xml /README.md: -------------------------------------------------------------------------------- 1 | # Custom xfce panel theme installer 2 | - Note: (All the theme are made by https://github.com/mehedirm6244) 3 | 4 | #### 1. Copy everblush/gtk.css (for everblush theme) file to ~/.config/gtk-3.0/ 5 | `cp everblush/gtk.css ~/.config/gtk-3.0/` 6 | 7 | or 8 | 9 | `cp memories/gtk.css ~/.config/gtk-3.0/` 10 | #### for memories theme 11 | 12 | #### 2. Copy xfce4-panel.xml to xfce4 config folder 13 | 1. `killall xfconfd` 14 | 15 | 2. `cp xfce4-panel.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml` 16 | 17 | 3. `xfce4-panel -r` 18 | 19 | #### And BOOM! 🥳 your xfce looks so much better isn't it? :D 20 | -------------------------------------------------------------------------------- /everblush/gtk.css: -------------------------------------------------------------------------------- 1 | /* everblush inspired theme by mehedirm6244) */ 2 | 3 | .xfce4-panel button, .genmon_plugin { 4 | transition: 0.2s; 5 | border-radius: 3; 6 | margin: 5; 7 | box-shadow: none; 8 | background-color: rgba(255,255,255,0.04); 9 | } 10 | .xfce4-panel.background .tasklist button { font-size: 12px; } 11 | .xfce4-panel.background button:active, 12 | .xfce4-panel.background button:hover, 13 | .xfce4-panel.background button:active:hover, 14 | .xfce4-panel.background .tasklist button:active, 15 | .xfce4-panel.background .tasklist button:hover, 16 | .xfce4-panel.background .tasklist button:active:hover { background-color: rgba(255,255,255,0.07); } 17 | .xfce4-panel button:checked { 18 | background-color: rgba(255,255,255,0.05); 19 | /*box-shadow: inset 2px 0 #597999;*/ 20 | } 21 | 22 | .tasklist { -XfceTasklist-max-button-length: 160; } 23 | 24 | .genmon_plugin { padding: 5px 5px 5px 10px; } 25 | .genmon_plugin button, .genmon_plugin button:hover { background-color: transparent; } 26 | 27 | #pager-4 grid { 28 | background-color: rgba(255,255,255,0.05); 29 | margin: 5; 30 | border-radius: 5; 31 | } 32 | #pager-4 button { 33 | padding: 3; 34 | font-size: 14px; 35 | margin: 5; 36 | background-color: transparent; 37 | } 38 | #pager-4 button:hover { background-color: rgba(255,255,255,0.05); } 39 | #pager-4 button:checked { 40 | box-shadow: none; 41 | background-color: #41707e; 42 | color: #EEE; 43 | } 44 | 45 | #docklike-plugin button 46 | { 47 | margin: 5 2.5; 48 | padding: 0 7; 49 | } 50 | #docklike-plugin button:last-child { margin-right: 5; } 51 | #docklike-plugin button:first-child { margin-left: 5; } 52 | #docklike-plugin .hover_group { background-color: rgba(255,255,255,0.07); } 53 | 54 | #separator-1, #separator-3 { color: rgba(255,255,255,0.2); } 55 | 56 | #whiskermenu-8 #whiskermenu-button:checked { background-color: #41707e; } 57 | 58 | window#whiskermenu-window>frame>border { border: 5px solid transparent; } 59 | window#whiskermenu-window scrolledwindow { margin: 2px; } 60 | #whiskermenu-window button { font-size: 14px; } 61 | 62 | #whiskermenu-window treeview { padding: 7px 0px 7px 10px; } 63 | #whiskermenu-window treeview:hover { background-color: rgba(255,255,255,0.1); } 64 | #whiskermenu-window iconview { font-size: 12px; padding: 5px 0; } 65 | #whiskermenu-window iconview:hover { background-color: rgba(255,255,255,0.1); } 66 | 67 | * { 68 | -ThunarAbstractIconView-row-spacing: 10; 69 | -ThunarAbstractIconView-column-spacing: 10; 70 | } 71 | 72 | .thunar .standard-view .view { padding: 5px 14px; } 73 | .thunar .sidebar .view { padding-left: 0; } 74 | .thunar .sidebar .view:hover { background-color: rgba(255,255,255,0.05); } 75 | .thunar .sidebar .view:selected { 76 | background-color: rgba(255,255,255,0.1); 77 | border-left: 2px solid #41707e; 78 | } 79 | 80 | VteTerminal, vte-terminal { padding: 15px; } 81 | 82 | .xfsm-logout-dialog { border: 2px solid #181f21; } 83 | .xfsm-logout-dialog * { margin: 3px; } 84 | 85 | #XfceNotifyWindow { border: none; } 86 | #XfceNotifyWindow progressbar { border-radius: 5px; } 87 | #XfceNotifyWindow progressbar progress { min-height: 4px; } 88 | #XfceNotifyWindow progressbar trough { min-height: 4px; } 89 | #XfceNotifyWindow image { -gtk-icon-transform: scale(0.8); } 90 | 91 | menu, .context-menu { border: none; } 92 | menu menuitem, .menu menuitem, .context-menu menuitem { padding: 6px 16px; } 93 | menu menuitem:hover, .menu menuitem:hover, .context-menu menuitem:hover { 94 | background-color: rgba(255,255,255,0.1); 95 | color: white; 96 | } 97 | .csd.popup decoration { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 0px #181f21; } 98 | 99 | #xfwm-tabwin { 100 | border-radius: 5px; 101 | border: none; 102 | } 103 | #xfwm-tabwin button { padding: 6px 10px; } 104 | 105 | headerbar label { color: inherit; } 106 | 107 | calendar { 108 | border: none; 109 | border-radius: 3px; 110 | font-size: 14px; 111 | } 112 | -------------------------------------------------------------------------------- /memories/gtk.css: -------------------------------------------------------------------------------- 1 | /* Memories theme by mehedirm6244 */ 2 | 3 | .xfce4-panel button 4 | { 5 | transition: 0.2s; 6 | box-shadow: none; 7 | background-image: none; 8 | border-radius: 5px; 9 | margin: 5px; 10 | background-color: rgba(255,255,255,0.04); 11 | } 12 | .xfce4-panel.background .tasklist button { font-size: 12px; } 13 | .xfce4-panel.background button:active, 14 | .xfce4-panel.background button:hover, 15 | .xfce4-panel.background button:active:hover, 16 | .xfce4-panel.background .tasklist button:active, 17 | .xfce4-panel.background .tasklist button:hover, 18 | .xfce4-panel.background .tasklist button:active:hover { background-color: rgba(255,255,255,0.03); } 19 | .xfce4-panel button:checked 20 | { 21 | background-color: rgba(255,255,255,0.05); 22 | /*box-shadow: inset 2px 0 #597999;*/ 23 | } 24 | 25 | .tasklist { -XfceTasklist-max-button-length: 160; } 26 | 27 | #genmon-12 button, #genmon-13 button { padding: 10px; } 28 | 29 | #pager-4 grid { 30 | background-color: rgba(255,255,255,0.05); 31 | margin: 5px; 32 | border-radius: 5px; 33 | } 34 | #pager-4 button { 35 | padding: 3px; 36 | margin: 5px; 37 | font-size: 12px; 38 | } 39 | #pager-4 button:checked 40 | { 41 | box-shadow: none; 42 | background-color: #bf616a; 43 | color: #EEE; 44 | } 45 | 46 | #docklike-plugin button 47 | { 48 | margin: 5px; 49 | padding: 0 7px; 50 | } 51 | 52 | #docklike-plugin .hover_group { background-color: rgba(255,255,255,0.05); } 53 | 54 | #separator-1, #separator-3 { color: rgba(255,255,255,0.2); } 55 | 56 | #whiskermenu-8 #whiskermenu-button 57 | { 58 | background-color: #bf616a; 59 | margin: 5px; 60 | } 61 | 62 | #whiskermenu-8 #whiskermenu-button:hover { background-color: rgba(255,255,255,0.15); } 63 | #whiskermenu-8 #whiskermenu-button:checked, #genmon-12 button:checked { background-color: #bf616a; } 64 | 65 | window#whiskermenu-window>frame>border { border: 5px solid transparent; } 66 | window#whiskermenu-window scrolledwindow { margin: 2px; } 67 | #whiskermenu-window button { font-size: 14px; } 68 | 69 | #whiskermenu-window treeview { padding: 7px 0px 7px 10px; } 70 | #whiskermenu-window treeview:hover { background-color: rgba(255,255,255,0.1); } 71 | #whiskermenu-window iconview { font-size: 12px; padding: 5px 0; } 72 | #whiskermenu-window iconview:hover { background-color: rgba(255,255,255,0.1); } 73 | 74 | * { 75 | -ThunarAbstractIconView-row-spacing: 10; 76 | -ThunarAbstractIconView-column-spacing: 10; 77 | } 78 | 79 | .thunar .sidebar 80 | { 81 | border: 5px solid transparent; 82 | /*background-image: url("/home/mehedi/bg.png"); 83 | background-size: 100%; 84 | background-repeat: no-repeat; 85 | background-position: 0 100%;*/ 86 | } 87 | .thunar .standard-view .view { padding: 5px 14px; } 88 | .thunar .sidebar .view 89 | { 90 | padding: 3px 4px 3px 0; background-color: transparent; 91 | border-radius: 3px; 92 | } 93 | .thunar .sidebar .view:hover { background-color: rgba(255,255,255,0.05); } 94 | .thunar .sidebar .view:selected { 95 | background-color: rgba(255,255,255,0.1); 96 | border-left: 2px solid #bf616a; 97 | } 98 | 99 | VteTerminal, vte-terminal { padding: 15px; } 100 | 101 | .xfsm-logout-dialog { border: 2px solid #2f343f; } 102 | .xfsm-logout-dialog * { margin: 3px; } 103 | 104 | #XfceNotifyWindow { border: none; } 105 | #XfceNotifyWindow progressbar { border-radius: 5px; } 106 | #XfceNotifyWindow progressbar progress { min-height: 4px; } 107 | #XfceNotifyWindow progressbar trough { min-height: 4px; } 108 | #XfceNotifyWindow image { -gtk-icon-transform: scale(0.8); } 109 | 110 | menu, .context-menu { border: none; } 111 | menu menuitem, .menu menuitem, .context-menu menuitem { padding: 6px 16px; } 112 | menu menuitem:hover, .menu menuitem:hover, .context-menu menuitem:hover 113 | { 114 | background-color: rgba(255,255,255,0.1); 115 | color: white; 116 | } 117 | .csd.popup decoration { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 0px #22242d; } 118 | 119 | #xfwm-tabwin 120 | { 121 | border-radius: 5px; 122 | border: none; 123 | } 124 | #xfwm-tabwin button { padding: 6px 10px; } 125 | 126 | headerbar label { color: inherit; } 127 | 128 | treeview { padding: 1px 5px; } 129 | 130 | calendar 131 | { 132 | border: none; 133 | border-radius: 5px; 134 | font-size: 14px; 135 | } 136 | -------------------------------------------------------------------------------- /xfce4-panel.xml: -------------------------------------------------------------------------------- 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 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | --------------------------------------------------------------------------------