Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Felix Eckhofer
nativefier-apps
Commits
63da0805
Verified
Commit
63da0805
authored
Mar 27, 2018
by
Felix Eckhofer
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add el-cheapo dark skin for WhatsApp
parent
8b33c979
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
0 deletions
+54
-0
build-whatsapp.sh
build-whatsapp.sh
+1
-0
resources/css/whatsapp.css
resources/css/whatsapp.css
+53
-0
No files found.
build-whatsapp.sh
View file @
63da0805
...
...
@@ -5,5 +5,6 @@ nativefier \
--single-instance
\
--name
"whatsapp"
\
--icon
"resources/icons/whatsapp.png"
\
--inject
"resources/css/whatsapp.css"
\
"https://web.whatsapp.com/"
\
"apps"
resources/css/whatsapp.css
0 → 100644
View file @
63da0805
/* Original: Weiß */
/* _1NrpZ Scrollbar Kontaktliste
* _3CPl4 Hintergrund Suchbox
* _3oju3 Hintergrund Eingabebox
* _2bXVy Eingabebox
* _3auIg Hintergrund Header links
* _2MSJr Hintergrund Suchbox innen
* _3qlW9 Hintergrund Intro-Screen
* _2EXPL Hintergrund Kontakt inaktiv
* _1WliW Hintergrund Kontaktbild
* _3j7s9 Hintergrund Kontakt rechts
* _3AwwN Hintergrund Header rechts
*/
#startup
,
#initial_startup
,
input
,
._1NrpZ
,
._3CPl4
,
._3oju3
,
._2bXVy
,
._3auIg
,
._2MSJr
,
._3qlW9
,
._2EXPL
,
._1WliW
,
._3j7s9
,
._3AwwN
{
background-color
:
#55626f
!important
;
}
/* Original: Hellgrau */
/*
* _1f1zm Hintergrund Kontakt aktiv
*/
._1f1zm
,
._1f1zm
._3j7s9
{
background-color
:
#707070
!important
;
}
._3j7s9
,
._2EXPL
:hover:after
,
._3df_h
:after
,
._1f1zm
:after
{
border-top-color
:
#808080
!important
;
}
._3AwwN
{
border-left-color
:
#808080
!important
;
}
._2MSJr
,
._2bXVy
{
border-color
:
#808080
!important
;
}
/* Original: Schwarz */
/* _25Ooe Kontaktliste Kontaktname
* _2zCDG Header rechts Titel
*/
._25Ooe
,
._2zCDG
{
color
:
#eee
!important
;
}
/* Original: Dunkelgrau */
/* _1AwDx Kontaktliste Nachrichtenvorschau
* _3Bxar Kontaktliste Datum
* _3sgkv Header rechts Untertitel
*/
._1AwDx
,
._3Bxar
,
._3sgkv
{
color
:
#bcbcbc
!important
;
}
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