Skip to content

Commit

Permalink
style: light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
irffanasiff committed Dec 13, 2022
1 parent b636681 commit fad9a0c
Show file tree
Hide file tree
Showing 17 changed files with 763 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"source.fixAll": true,
"source.organizeImports": true
},
"cSpell.words": ["projectworkxp"]
"cSpell.words": ["borderbottomcolor", "projectworkxp"]
}
140 changes: 119 additions & 21 deletions config/chakra.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,59 +7,157 @@ import { styles } from '../theme/styles';

const config: ThemeConfig = {
initialColorMode: 'dark',
useSystemColorMode: false,
useSystemColorMode: true,
};

const theme = extendTheme({
colors: {
superteamWhite: '#fff',
superteamWhite: {
100: '#ffffff',
},
superteamBlack: {
200: '#232A34', // table border color
700: '#22252B',
800: '#1C2028', // table hover/expanded/heading background
900: '#171A21',
},
superteamGray: {
100: '#D5DBE0',
200: '#BBCBDB',
300: '#799BBE',
400: '#495D72',
500: '#45576A',
600: '#545C6D',
900: '#1E222A',
},
superteamBlue: {
100: '#000000',
},
superteamGreyLT: {
25: '#FCFCFC',
50: '#F7F7F9', // light mode navbar bg
100: '#F2F2F2',
200: '#F0F0F0',
300: '#EBEBEB',
400: '#E6E6E6',
500: '#E0E0E0',
600: '#D6D6D6',
700: '#BDBDBD',
800: '#A3A3A3',
900: '#8A8A8A',
},
superteamGreyDT: {
25: '',
50: '#252931',
100: '#707070',
200: '#575757',
300: '#545454',
400: '#4D4D4D',
500: '#404040',
600: '#3B3B3B',
700: '#383838',
750: '#252931',
800: '#1F1F1F',
900: '#161A22',
1000: '#0E1218',
1100: '#040404',
},
superteamBlueLT: {
100: '#E5E6FF',
200: '#D6D8FF',
300: '#A3A7FF',
400: '#7076FF',
500: '#535AFF',
800: '#0022D6',
900: '#0007B8',
},
superteamBlueDT: {
50:'#DCDEF6',
100: '#202442',
800: '#8773ff',
900: '#0022D6',
200: '#1B2047',
300: '#161C4C',
400: '#111951',
500: '#0C1556',
800:'#535AFF',
},
superteamAquaBlueLT: {
100: '#DAF8FF',
200: '#A3EEFF',
300: '#70E5Ff',
400: '#3DDCFF',
500: '#0BD3FF',
800: '#005C70',
},
superteamAquaBlueDT: {
100: '#193A48',
200: '#143C4D',
300: '#103E51',
400: '#0B4056',
500: '#054433',
},
superteamRedLT: {
100: '#FFDAEA',
200: '#FFA3CA',
300: '#FF70AC',
400: '#FF3D8F',
500: '#FF0B71',
800: '#A30045',
},
superteamRedDT: {
100: '#3A182D',
200: '#5E2749',
300: '#823665',
400: '#A64581',
500: '#BD609A',
},
superteamGreenLT: {
100: '#D9F8E9',
200: '#6BFFB8',
300: '#38FFA0',
400: '#05FF87',
500: '#00CF6C',
800: '#00381D',
},
superteamGreenDT: {
100: '#14352C',
},

superteamCyan: {
50: '#DAF8FF',
100: '#163642',
800: '#0BD3FF',
},
superteamGreen: {
50:'#D0EFE0',
100: '#14352C',
700: '#00A67E',
800: '#00CF6C',
},
superteamPink: {
50: '#F5DAFF',
100: '#3A1E41',
800: '#FF34F7',
},
superteamPurple: {
50: '',
100: '#F5DBFF',
200: '#E7A3FF',
300: '#DA70FF',
400: '#CD3DFF',
500: '#BF0BFF',
800: '#700099',
},
superteamPurpleDark: {
100: '',
200: '',
300: '',
400: '',
500: '',
},
superteamRed: {
50: '#FFDAEA',
100: '#3A182D',
800: '#FF0B71',
},
superteamYellow: {
50: '#FFFEDA',
100: '#3A3B1E',
800: '#FFF50B',
800: '#DCD300',
},
superteamOrange: {
50: '#F8EDD9',
100: '#332A1C',
700: '#FFCA0D',
800: '#CD8700',
800: '#F6A50B',
900: '#CD8700',
},
superteamTusk: {
50: '#F5FFDE',
100: '#303C22',
800: '#BAFF26',
},
Expand Down
Binary file added public/LogoDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fad9a0c

Please sign in to comment.