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

Feature requests #7

Closed
IngwiePhoenix opened this issue Nov 27, 2018 · 6 comments
Closed

Feature requests #7

IngwiePhoenix opened this issue Nov 27, 2018 · 6 comments
Labels
enhancement New feature or request

Comments

@IngwiePhoenix
Copy link
Contributor

Hello!

I found this repo in the "trending" section of Github explore - and I cant help it, but I love 8-bit styled things (graphics, sounds - everything!). So I would like to make a couple feature requests, because I actually would like to design my personal blog/website-thing with 8-bit style graphics - and this would fit in just so perfectly! So:

  1. Is there a method to use black-on-white by default, such as shown on the -dark containers?
  2. I would like to request progress bars, or any kind of process indicator really.
  3. What about modals/dialog boxes?
  4. This is not exactly a feature request, but some more icons would be nice!

Also, I can not read japanese, unfortunately (although I will attend class next year to learn it). So it would be nice if the README was equivalently in english and japanese - most of it is currently not translated. If you would like, I can correct your english spelling/wording properly in the README when you translated it.

Kind regards,
Ingwie!

@BcRikko
Copy link
Member

BcRikko commented Nov 27, 2018

Thanks 👍

Is there a method to use black-on-white by default, such as shown on the -dark containers?

Is request to prepare two kinds of themes? (default white theme, and dark theme)
Or to black-and-white(monochrome)?
It's difficult to change theme. but, I'll try my best 😄

I would like to request progress bars, or any kind of process indicator really.
What about modals/dialog boxes?
This is not exactly a feature request, but some more icons would be nice!

OK, good ideas.

Sorry, I'm not very good at English.
so, translation to English is delayed.

If you would like, I can correct your english spelling/wording properly in the README when you translated it.

It's really helpful to me.
I would like you to review my English when English docs is finished. 🙇

@BcRikko BcRikko self-assigned this Nov 27, 2018
@BcRikko BcRikko added the enhancement New feature or request label Nov 27, 2018
@IngwiePhoenix
Copy link
Contributor Author

Is request to prepare two kinds of themes? (default white theme, and dark theme)
Or to black-and-white(monochrome)?
It's difficult to change theme. but, I'll try my best 😄

Well basically, it'd be nice to be able to make a white text on black background version. Like when setting the <body>-element's class to something like nes-dark, it uses a black background and white text, instead of the black text and white background.

Sorry, I'm not very good at English.
so, translation to English is delayed.

That's absolutely fine with me. I am German myself - so, my english is not that good either. :)

It's really helpful to me.
I would like you to review my English when English docs is finished. 🙇

I will definitively do this!

@BcRikko
Copy link
Member

BcRikko commented Nov 28, 2018

I understand 👍
I'll try it.
2018-11-28 11 19 17

I will definitively do this!

🎉 😄 ❤️

@BcRikko BcRikko removed their assignment Dec 1, 2018
@abdallahalsamman
Copy link
Member

abdallahalsamman commented Dec 7, 2018

Is there a method to use black-on-white by default, such as shown on the -dark containers?

This is done by now. ✅

I would like to request progress bars, or any kind of process indicator really.

Can you open separate issue for this feature please?

What about modals/dialog boxes?

Same here. please open a separate issue.

This is not exactly a feature request, but some more icons would be nice!

Related to #65

@BcRikko BcRikko mentioned this issue Dec 9, 2018
3 tasks
@afska
Copy link

afska commented Apr 15, 2019

@BcRikko how can we use that dark-theme from your screenshot?

@BcRikko
Copy link
Member

BcRikko commented Apr 15, 2019

@rodri042 You can use dark-theme with the following code:

<div class="dark-theme">
  <section class="nes-container is-dark with-title">
     <h2 class="title">Title</h2>
     <p>Hello rodri042!</p>
  </section>
</div>
.dark-theme {
  background-color: #202428;
  color: white;
}

Some components have is-dark class.
So could you check demo page. 👍
https://nostalgic-css.github.io/NES.css/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants