mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:59:03 +00:00
Begin on dark mode colors
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
mode: 'jit',
|
||||
purge: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
@@ -23,6 +23,16 @@ module.exports = {
|
||||
800: '#006624',
|
||||
900: '#00541d',
|
||||
},
|
||||
dark: {
|
||||
bg: '#24292e',
|
||||
bg2: '#30363e',
|
||||
text: '#fafafa',
|
||||
input: {
|
||||
bg: '#383e46',
|
||||
border: '#4a515a',
|
||||
text: '#ccdbe4',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user