Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/CExplorer.css
diff options
context:
space:
mode:
authorCristian García <cristian@cristian.(none)>2013-04-14 01:08:58 (GMT)
committer Cristian García <cristian@cristian.(none)>2013-04-14 01:08:58 (GMT)
commit8d99ccbc8d644bde3a7cd20a86162cf76eda47a1 (patch)
treec7b5a3faef4f5336125253e16657c7a759a84d6b /CExplorer.css
parent17e360bb14fd43bf4f6d197ef050c9fe17b70155 (diff)
Cambiando el color a Negro y Verde
Diffstat (limited to 'CExplorer.css')
-rw-r--r--CExplorer.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/CExplorer.css b/CExplorer.css
new file mode 100644
index 0000000..61c4322
--- /dev/null
+++ b/CExplorer.css
@@ -0,0 +1,27 @@
+/* Configuracion de tema de colores para CExplorer */
+
+GtkWindow, GtkEntry, GtkIconView, GtkButton, GtkToolButton, GtkToolbar, GtkMenu, GtkTreeView, GtkPaned {
+ background-color: black;
+ color: green;
+}
+
+GtkSeparatorToolItem {
+ background-color: green;
+ color: green;
+}
+
+GtkLabel {
+ background-color: black;
+ color: green;
+}
+
+GtkScrolledWindow {
+ -GtkRange-slider-width: 10;
+ -GtkRange-trough-border: 0;
+ -GtkRange-stepper-size: 0;
+ -GtkScrollbar-min-slider-length: 45;
+ -GtkScrollbar-has-forward-stepper: 0;
+ -GtkScrollbar-has-backward-stepper: 0;
+ -GtkScrollbar-has-secondary-forward-stepper: 0;
+ -GtkScrollbar-has-secondary-backward-stepper: 0;
+}