mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
(feat:ui) updating hero, code snippets
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = {
|
||||
colors: {
|
||||
'eerie-black': '#212121',
|
||||
'black-1000': '#343541',
|
||||
jet: '#343541',
|
||||
'jet': '#343541',
|
||||
'gray-alpha': 'rgba(0,0,0, .64)',
|
||||
'gray-1000': '#F6F6F6',
|
||||
'gray-2000': 'rgba(0, 0, 0, 0.5)',
|
||||
@@ -32,23 +32,35 @@ module.exports = {
|
||||
'green-2000': '#0FFF50',
|
||||
'light-gray': '#edeef0',
|
||||
'white-3000': '#ffffff',
|
||||
'just-black':"#00000",
|
||||
'purple-taupe':'#464152',
|
||||
'just-black': '#00000',
|
||||
'purple-taupe': '#464152',
|
||||
'dove-gray': '#6c6c6c',
|
||||
'silver': '#c4c4c4',
|
||||
'rainy-gray': '#a4a4a4',
|
||||
'raisin-black':'#222327',
|
||||
'chinese-black':'#161616',
|
||||
'chinese-silver':'#CDCDCD',
|
||||
'dark-charcoal':'#2F3036',
|
||||
'bright-gray':'#ECECF1',
|
||||
'outer-space':'#444654',
|
||||
'gun-metal':'#2E303E',
|
||||
'sonic-silver':'#747474',
|
||||
'soap':'#D8CCF1',
|
||||
'independence':'#54546D',
|
||||
'philippine-yellow':'#FFC700',
|
||||
'bright-gray':'#EBEBEB'
|
||||
'raisin-black': '#222327',
|
||||
'chinese-black': '#161616',
|
||||
'chinese-silver': '#CDCDCD',
|
||||
'dark-charcoal': '#2F3036',
|
||||
'bright-gray': '#ECECF1',
|
||||
'outer-space': '#444654',
|
||||
'gun-metal': '#2E303E',
|
||||
'sonic-silver': '#747474',
|
||||
'soap': '#D8CCF1',
|
||||
'independence': '#54546D',
|
||||
'philippine-yellow': '#FFC700',
|
||||
'bright-gray': '#EBEBEB',
|
||||
|
||||
// New semantically named colors for UI elements
|
||||
'chinese-white': '#e0e0e0',
|
||||
'dark-gray': '#aaaaaa',
|
||||
'dim-gray': '#6A6A6A',
|
||||
'cultured': '#f4f4f4',
|
||||
'charleston-green': '#2b2c31',
|
||||
'grey':'#7e7e7e',
|
||||
'lotion':'#fbfbfb',
|
||||
'platinum':'#e6e6e6',
|
||||
'eerie-black-2': '#191919',
|
||||
'light-silver': '#D9D9D9',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user