Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing foreground colors #9

Open
qwiglydee opened this issue Sep 7, 2017 · 3 comments
Open

missing foreground colors #9

qwiglydee opened this issue Sep 7, 2017 · 3 comments

Comments

@qwiglydee
Copy link

In documentation of theming.js:

  • {{foreground-1}} - used for primary text
  • {{foreground-2}} - used for secondary text/divider
  • {{foreground-3}} - used for disabled text
  • {{foreground-4}} - used for dividers

And here they are:

var DARK_FOREGROUND = {
  name: 'dark',
  '1': 'rgba(0,0,0,0.87)',
  '2': 'rgba(0,0,0,0.54)',
  '3': 'rgba(0,0,0,0.38)',
  '4': 'rgba(0,0,0,0.12)'
};
var LIGHT_FOREGROUND = {
  name: 'light',
  '1': 'rgba(255,255,255,1.0)',
  '2': 'rgba(255,255,255,0.7)',
  '3': 'rgba(255,255,255,0.5)',
  '4': 'rgba(255,255,255,0.12)'
};

@mrmlnc
Copy link
Owner

mrmlnc commented Sep 7, 2017

Hello, @qwiglydee,

What is theming.js?

@qwiglydee
Copy link
Author

It is the ng service that generate all styling variables and css online.
It lives in ng-material/src/core/services/theming.js

@Kvaibhav01
Copy link

Hello @qwiglydee, is this issue still open? How can I start with this?

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

No branches or pull requests

3 participants