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

Propose new default themes #9

Open
Gioni06 opened this issue Jan 28, 2019 · 3 comments
Open

Propose new default themes #9

Gioni06 opened this issue Jan 28, 2019 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Gioni06
Copy link
Owner

Gioni06 commented Jan 28, 2019

This ticket should be used to post any proposals for a new default color scheme.

Add a comment with the css variables and maybe a screenshot with your ideas.

Light versions - dark versions - whatever :)

@Gioni06 Gioni06 added enhancement New feature or request help wanted Extra attention is needed labels Jan 28, 2019
@Gioni06 Gioni06 pinned this issue Jan 28, 2019
@Gioni06
Copy link
Owner Author

Gioni06 commented Jan 29, 2019

    --global-font-size: 15px;
    --global-line-height: 1.4em;
    --global-space: 10px;
    --font-stack: 'Fira Code',Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    --mono-font-stack: 'Fira Code',Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    --background-color: #ffffff;
    --page-width: 65em;
    --font-color: #190910;
    --invert-font-color: #f7f7f7;
    --secondary-color: #715864;
    --tertiary-color: #715864;
    --primary-color: #f90d7a;
    --error-color: #bb0047;
    --progress-bar-background: #d4d4d4;
    --progress-bar-fill: #5e5e5e;
    --code-bg-color: #ffffff;
    --input-style: solid;

bildschirmfoto 2019-01-29 um 09 42 52

@ghost
Copy link

ghost commented Sep 14, 2019

gruvbox based theme

/* Background */
--gb-dm-bg0: #282828;
--gb-dm-bg0-hard: #1d2021;
--gb-dm-bg0-soft: #32302f;
--gb-dm-bg1: #3c3836;
--gb-dm-bg2: #504945;
--gb-dm-bg3: #665c54;
--gb-dm-bg4: #7c6f64;

/* Foreground */
--gb-dm-fg0: #fbf1c7;
--gb-dm-fg1: #ebdbb2;
--gb-dm-fg2: #d5c4a1;
--gb-dm-fg3: #bdae93;
--gb-dm-fg4: #a89984;

/* Colors */
--gb-dm-dark-red: #cc241d;
--gb-dm-dark-green: #98971a;
--gb-dm-dark-yellow: #d79921;
--gb-dm-dark-blue: #458588;
--gb-dm-dark-purple: #b16286;
--gb-dm-dark-aqua: #689d6a;
--gb-dm-dark-orange: #d65d0e;
--gb-dm-dark-gray: #928374;

--gb-dm-light-red: #fb4934;
--gb-dm-light-green: #b8bb26;
--gb-dm-light-yellow: #fabd2f;
--gb-dm-light-blue: #83a598;
--gb-dm-light-purple: #d3869b;
--gb-dm-light-aqua: #8ec07c;
--gb-dm-light-orange: #f38019;
--gb-dm-light-gray: #a89984;

--global-font-size:        15px;
--global-line-height:      1.4em;
--global-space:            10px;
--font-stack:              Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
--mono-font-stack:         Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
--background-color:        var(--gb-dm-bg0);
--page-width:              60em;
--font-color:              var(--gb-dm-fg1);
--invert-font-color:       var(--gb-dm-bg0-hard);
--primary-color:           var(--gb-dm-light-yellow);
--secondary-color:         var(--gb-dm-light-green);
--tertiary-color:          var(--gb-dm-light-green);
--error-color:             var(--gb-dm-light-red);
--progress-bar-background: var(--gb-dm-bg2);
--progress-bar-fill:       var(--gb-dm-fg2);
--code-bg-color:           var(--gb-dm-bg2);
--input-style:             solid;
--display-h1-decoration:   none;

TerminalCSS-gruvbox

@Gioni06
Copy link
Owner Author

Gioni06 commented Oct 2, 2019

@Kebigon Thanks for your proposal! I kinda like the look and feel. I might include a "themes" section on the website to make it easy to explore community-made themes. I'll keep you up to date.

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

No branches or pull requests

1 participant