Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
phob1an
Steamy
Commits
5645139e
Commit
5645139e
authored
Dec 06, 2019
by
phob1an
🎧
Browse files
sync
parent
ce1ee5f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/Steamy/gtk-3.20/gtk.css
View file @
5645139e
...
...
@@ -3,7 +3,7 @@
use responsibly! */
/*
widget text/foreground color */
@define-color
theme_fg_color
g
re
en
;
@define-color
theme_fg_color
re
d
;
/*
text color for entries, views and content in general */
@define-color
theme_text_color
#f32627
;
...
...
@@ -15,7 +15,7 @@ text widgets and the like base background color */
@define-color
theme_base_color
#fcfcfc
;
/*
base background color of selections */
@define-color
theme_selected_bg_color
#
c5c
bd8
;
@define-color
theme_selected_bg_color
#
ff1
bd8
;
/*
text/foreground color of selections */
@define-color
theme_selected_fg_color
#fcfcfc
;
...
...
@@ -114,7 +114,7 @@ these are pretty self explicative */
background-color
:
#d4d7d9
;
color
:
#c5cbd8
;
}
.gtkstyle-fallback
:disabled
{
background-color
:
#d8
da
dd
;
background-color
:
#d8
00
dd
;
color
:
rgba
(
32
,
35
,
35
,
0.35
);
}
.gtkstyle-fallback
:selected
{
background-color
:
#c5cbd8
;
...
...
@@ -184,7 +184,7 @@ label.separator {
color
:
#c5cbd8
;
}
label
selection
{
background-color
:
#
c5
cbd8
;
background-color
:
#
00
cbd8
;
color
:
#fcfcfc
;
}
label
:disabled
{
...
...
@@ -1629,7 +1629,7 @@ treeview entry.flat, treeview entry {
box-shadow
:
1px
1px
1px
rgba
(
0
,
0
,
0
,
0.1
);
text-shadow
:
none
;
-gtk-icon-shadow
:
none
;
color
:
#
c5cbd
8
;
color
:
#
28282
8
;
border-color
:
#4b5466
;
background-image
:
linear-gradient
(
to
bottom
,
#f2f2f3
,
#e8e9ea
);
}
.app-notification
button
.flat
,
...
...
@@ -2417,18 +2417,18 @@ row {
row
:hover
{
transition
:
none
;
}
row
.activatable.has-open-popup
,
row
.activatable
:hover
{
background-color
:
rgba
(
91
,
137
,
10
2
,
0.5
);
}
background-color
:
rgba
(
33
,
72
,
10
9
,
0.5
);
}
row
.activatable
:active
{
box-shadow
:
none
;
background-color
:
#
c5cbd8
;
}
background-color
:
#
275581
;
}
row
.activatable
:selected:active
{
box-shadow
:
none
;
background-color
:
#c5
cb
d8
;
}
background-color
:
#c5
00
d8
;
}
row
.activatable
:selected
.has-open-popup
,
row
.activatable
:selected:hover
{
color
:
#c5cbd8
;
background-color
:
#
93cee9
;
}
background-color
:
#
275581
;
}
row
.activatable
:selected:backdrop
{
background-color
:
#c5cbd8
;
}
background-color
:
rgba
(
33
,
72
,
109
,
0.5
)
;
}
/*********
* Menus *
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment