mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-05-23 04:42:47 +00:00
feat(theme): add support for accent-text
This commit is contained in:
@@ -3,12 +3,14 @@ const LIGHT_THEME = {
|
||||
'neutral-text': '#777',
|
||||
'background': '#fff',
|
||||
'hover-background': '#eee',
|
||||
'accent-text': 'rgba(0,0,0,0.26)',
|
||||
};
|
||||
const DARK_THEME = {
|
||||
'primary-text': '#8A9EBA',
|
||||
'neutral-text': '#36527A',
|
||||
'background': '#22272e',
|
||||
'hover-background': '#30404D',
|
||||
'accent-text': '#5684C4',
|
||||
};
|
||||
|
||||
let THEME;
|
||||
|
||||
Reference in New Issue
Block a user