All files / hyper-materialshell/colorschemes oceanic.js

100% Statements 2/2
100% Branches 0/0
100% Functions 0/0
100% Lines 2/2
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 241x   1x                                          
const colors = require('./colors.js')
 
module.exports = {
  palette: {
    black: colors.black,
    red: '#FF5252',
    green: '#C3D82C',
    yellow: '#FFD740',
    blue: '#40C4FF',
    magenta: '#FF4081',
    cyan: '#18FFFF',
    white: '#F5F5F5',
    lightBlack: '#708284',
    lightRed: '#FF5252',
    lightGreen: '#C3D82C',
    lightYellow: '#FFD740',
    lightBlue: '#40C4FF',
    lightMagenta: '#FF4081',
    lightCyan: '#18FFFF',
    lightWhite: '#F5F5F5'
  },
  background: '#263238'
}