
Elegant Arch
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Elegant Arch theme based on Elegant Brit by fmrbpensador. The colors come from the official Arch Linux homepage, not the official logo, which are ever so slightly different.
I'd like to thank fmrbpensador and the makers of the themes he based Elegant Brit off of for doing most of the work.
neodin89
10 years ago
Report
hurleyef
10 years ago
Report
neodin89
10 years ago
Report
hurleyef
10 years ago
I can color the side panel for nautilus. I'm not sure whether I like it or not though. : / However, you can paste this code:
Quote:style "nautilus-sidebar" {
font_name = "Regular"
GtkTreeView::odd_row_color = "#e2e2e2"
GtkTreeView::even_row_color = "#e2e2e2"
}
style "nautilus-sidebar-title"
{
fg[NORMAL] = "#333333"
fg[PRELIGHT] = "#333333"
fg[ACTIVE] = "#333333"
bg[NORMAL] = "#e2e2e2"
bg[PRELIGHT] = "#e2e2e2"
bg[ACTIVE] = "#e2e2e2"
}
widget_class "*NautilusSidePane.*" style "nautilus-sidebar"
widget_class "*Nautilus*Places*Sidebar*" style "nautilus-sidebar"
widget_class "*Nautilus*Side*.GtkWidget" style "nautilus-sidebar"
widget_class "*Nautilus*Side*Title*" style "nautilus-sidebar-title"
at the very end of the gtkrc file and that will do it for you. Change "e2e2e2" to the hex of whatever color you like.
Report
neodin89
10 years ago
i try to change it but whats the default color blue you are using in your theme?
Report
hurleyef
10 years ago
Report