Skip to content

Instantly share code, notes, and snippets.

@adamzaninovich
Last active March 6, 2017 23:57
Show Gist options
  • Save adamzaninovich/69ab96f4f64bdfb446f505ede6a74ad5 to your computer and use it in GitHub Desktop.
Save adamzaninovich/69ab96f4f64bdfb446f505ede6a74ad5 to your computer and use it in GitHub Desktop.
This is a theme tweak for YakYak
html.material {
--white: #202B31;
--ghostwhite: #2d3d46;
--lightgrey: #28353B;
--altgrey: #2B3E41;
--grey: #303F47;
--darkgrey: #617E8A;
--lightblack: #455a64;
--black: #99B1B7;
--green: #900F3C;
--darkgreen: #790d32;
--red: #900F3C;
--darkred: #790d32;
--link: #14a3be;
}
html.material .listhead,
html.material .convhead .name,
html.material .controls .button,
html.material .convhead .headwrap > .button,
html.material .convadd .button,
html.material .convlist .conv .unreadcount {
color: #c6d3d7;
}
@adamzaninovich
Copy link
Author

adamzaninovich commented Jun 21, 2016

  1. Open Contents/Resources/app/ui/app.css
  2. Replace html.material section with this css
  3. Restart the app
  4. Choose the Material theme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment