FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feathers-debugger/src/theme.js at master · feathersjs-ecosystem/feathers-debugger · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feathersjs-ecosystem
/
feathers-debugger
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
22
Code
Issues
1
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
feathers-debugger
/
src
/
theme.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (22 loc) · 490 Bytes
Breadcrumbs
feathers-debugger
/
src
/
theme.js
Copy path
File metadata and controls
23 lines (22 loc) · 490 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Generate shadows with https://neumorphism.io/#593C8F
export
default
{
text
:
'rgba(0, 0, 0, 0.8)'
,
light
:
'rgba(0, 0, 0, 0.5)'
,
primary
:
'#593C8F'
,
background
:
'#F4F1F9'
,
success
:
'#44BBA4'
,
danger
:
'#DB5461'
,
warning
:
'#EDB007'
,
border
:
'#eee'
,
info
:
'#171738'
,
modalOverlay
:
'#4e357efa'
,
methods
:
{
get
:
'#324376'
,
find
:
'#632A50'
,
create
:
'#44BBA4'
,
patch
:
'#F68E5F'
,
remove
:
'#DB5461'
,
update
:
'#F7996E'
,
default
:
'#0631ef'
,
}
,
}
;
Back
|
FazBrowse Home
|
New Git URL