Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
194
Issues
194
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim
Commits
9b7ae7d5
Commit
9b7ae7d5
authored
Apr 29, 2020
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS: Add notification colors to default-dark.css
parent
1f433e76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
gajim/data/style/default-dark.css
gajim/data/style/default-dark.css
+27
-0
No files found.
gajim/data/style/default-dark.css
View file @
9b7ae7d5
...
...
@@ -50,6 +50,33 @@
.gajim-search-highlight
{
color
:
rgb
(
30
,
80
,
80
)
}
.gajim-notify-message
{
color
:
rgb
(
30
,
144
,
255
);
}
.gajim-notify-signin
{
color
:
rgb
(
68
,
134
,
38
);
}
.gajim-notify-signout
{
color
:
rgb
(
134
,
22
,
22
);
}
.gajim-notify-status
{
color
:
rgb
(
170
,
170
,
170
);
}
.gajim-notify-invite
{
color
:
rgb
(
224
,
145
,
42
);
}
.gajim-notify-ft-request
{
color
:
rgb
(
240
,
230
,
140
);
}
.gajim-notify-ft-error
{
color
:
rgb
(
226
,
33
,
33
);
}
.gajim-notify-ft-complete
{
color
:
rgb
(
139
,
185
,
48
);
}
.gajim-notify-other
{
color
:
rgb
(
255
,
255
,
255
);
}
.gajim-status-online
{
color
:
rgb
(
102
,
191
,
16
);
}
...
...
Write
Preview
Markdown
is supported
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