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

adding pureblack #18

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

adding pureblack #18

wants to merge 2 commits into from

Conversation

Chris-McElroy
Copy link

i added a new theme, called pureblack
it's a very minimalist, all black theme
the css file and description can be found here
the css is included in the pr, and a screenshot for both this and the nordic theme are included in the gallery of the main readme file

@clins1994
Copy link

@Chris-McElroy thanks for making this. I want to make a pure black as well but a bit different

things i noticed in yours that i plan to change

  • the chat background is still gray, want to make it black
  • want to remove the chat fade black => transparent
  • the space panel is still gray, want to make it black
  • i dislike the font but no big deal, easy to change right if anyone wants to

then i want to make it minimalist and hide some unnecessary things like names in favorites (i know what profile pic my favorites use) ...

for the light version it would be just inverted colors and kind of very high contrast

would also be cool to have a soft version like https://github.com/antfu/vscode-theme-vitesse

Comment on lines +75 to +81
--message-color-lightness: 100%;
--reply-bg-saturation: 0%;
--reply-bg-lightness: 10%;
--sender-name-saturation: 0%;
--sender-name-lightness: 100%;
--add-reaction-saturation: 0%;
--read-receipt-tooltip-fg: 100%;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Standardize to 2 or 4 spaces here?

Suggested change
--message-color-lightness: 100%;
--reply-bg-saturation: 0%;
--reply-bg-lightness: 10%;
--sender-name-saturation: 0%;
--sender-name-lightness: 100%;
--add-reaction-saturation: 0%;
--read-receipt-tooltip-fg: 100%;
--message-color-lightness: 100%;
--reply-bg-saturation: 0%;
--reply-bg-lightness: 10%;
--sender-name-saturation: 0%;
--sender-name-lightness: 100%;
--add-reaction-saturation: 0%;
--read-receipt-tooltip-fg: 100%;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run prettier? ^^

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

Successfully merging this pull request may close these issues.

2 participants