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][SolidUI] Dev dark theme design #32

Open
2 tasks done
Tracked by #12
nutsjian opened this issue Mar 29, 2023 · 2 comments
Open
2 tasks done
Tracked by #12

[Feature][SolidUI] Dev dark theme design #32

nutsjian opened this issue Mar 29, 2023 · 2 comments
Labels
feature UI ui and front end related
Milestone

Comments

@nutsjian
Copy link
Collaborator

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Problem Description

No response

Description

No response

Use case

No response

Solutions

No response

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@nutsjian nutsjian added feature UI ui and front end related labels Mar 29, 2023
@nutsjian nutsjian added this to the 0.2.0 milestone Mar 29, 2023
@dlimeng dlimeng modified the milestones: 0.2.0, 0.3.0 May 23, 2023
@dlimeng dlimeng changed the title [Feature][SolidUI] Dev 0.2.0 dark theme design [Feature][SolidUI] Dev dark theme design May 28, 2023
@dlimeng dlimeng mentioned this issue Jul 14, 2023
7 tasks
@dlimeng dlimeng modified the milestones: 0.3.0, 0.4.0 Aug 16, 2023
@ash-senju
Copy link

body{
background: var(--color-secondary);
}
.container {
display: flow;
width: 100%;
height: 100%;
background: var(--color-secondary);
}
.theme-light {
--color-primary: #0060df;
--color-secondary: #fbfbfe;
--color-accent: #fd6f53;
--font-color: #000000;
}

.theme-dark {
    --color-primary: #17ed90;
    --color-secondary: #2a2c2d;
    --color-accent: #12cdea;
    --font-color: #ffffff;
    width: 100%;
    height: 100%;
}

@dlimeng
Copy link
Collaborator

dlimeng commented Sep 10, 2023

body{ background: var(--color-secondary); } .container { display: flow; width: 100%; height: 100%; background: var(--color-secondary); } .theme-light { --color-primary: #0060df; --color-secondary: #fbfbfe; --color-accent: #fd6f53; --font-color: #000000; }

.theme-dark {
    --color-primary: #17ed90;
    --color-secondary: #2a2c2d;
    --color-accent: #12cdea;
    --font-color: #ffffff;
    width: 100%;
    height: 100%;
}

Thank you, please submit a PR.
refer to WeBankFinTech/DataSphereStudio@6e6f640 Dark

@dlimeng dlimeng modified the milestones: 0.4.0, 0.5.0 Sep 14, 2023
@dlimeng dlimeng modified the milestones: 0.5.0, 0.6.0 Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature UI ui and front end related
Projects
Status: No status
Development

No branches or pull requests

3 participants