Added great looking, slim, neutral-colored Gtk3 theme, cookiedough.css
This commit is contained in:
parent
c026c8bcf0
commit
81ddb15b0f
@ -169,7 +169,7 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
|
|||||||
|
|
||||||
// build right side panel
|
// build right side panel
|
||||||
vboxright = new Gtk::VBox (false, 0);
|
vboxright = new Gtk::VBox (false, 0);
|
||||||
vboxright->set_size_request(250, 250);
|
vboxright->set_size_request(300, 250);
|
||||||
|
|
||||||
vboxright->set_border_width (2);
|
vboxright->set_border_width (2);
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ FilePanel::FilePanel () : parent(NULL)
|
|||||||
fileCatalog->setDirBrowserRemoteInterface (dirBrowser);
|
fileCatalog->setDirBrowserRemoteInterface (dirBrowser);
|
||||||
|
|
||||||
rightBox = Gtk::manage ( new Gtk::HBox () );
|
rightBox = Gtk::manage ( new Gtk::HBox () );
|
||||||
rightBox->set_size_request(270, 100);
|
rightBox->set_size_request(350, 100);
|
||||||
rightNotebook = Gtk::manage ( new Gtk::Notebook () );
|
rightNotebook = Gtk::manage ( new Gtk::Notebook () );
|
||||||
rightNotebookSwitchConn = rightNotebook->signal_switch_page().connect_notify( sigc::mem_fun(*this, &FilePanel::on_NB_switch_page) );
|
rightNotebookSwitchConn = rightNotebook->signal_switch_page().connect_notify( sigc::mem_fun(*this, &FilePanel::on_NB_switch_page) );
|
||||||
//Gtk::VBox* taggingBox = Gtk::manage ( new Gtk::VBox () );
|
//Gtk::VBox* taggingBox = Gtk::manage ( new Gtk::VBox () );
|
||||||
|
@ -321,7 +321,7 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (options.slimUI) {
|
if (options.slimUI) {
|
||||||
filename = argv0 + "/themes/slim.css";
|
filename = argv0 + "/themes/cookiedough.css";
|
||||||
cssSlim = Gtk::CssProvider::create();
|
cssSlim = Gtk::CssProvider::create();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
@ -1985,7 +1985,7 @@ void Preferences::switchThemeTo(Glib::ustring newTheme, bool slimInterface)
|
|||||||
slimCreated = true;
|
slimCreated = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
filename = argv0 + "/themes/slim.css";
|
filename = argv0 + "/themes/cookiedough.css";
|
||||||
|
|
||||||
try {
|
try {
|
||||||
cssSlim->load_from_path (filename);
|
cssSlim->load_from_path (filename);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user