This website works better with JavaScript.
Explore
Home
Sign In
TheDude
/
ciphermask
Watch
1
Star
0
Fork
You've already forked ciphermask
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15081
Commits
2
Branches
1
Tag
200 MiB
Tag:
Branch:
Tree:
d38ba20cca
develop
feature/default_network_editable
v10.22.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd38ba20cca'
${ noResults }
ciphermask
/
ui
/
pages
/
settings
/
experimental-tab
/
experimental-tab.constant.js
6 lines
77 B
Raw
Normal View
History
Unescape
Escape
Adding new settings dropdown for Dark mode in Experimental tab (#13097)
3 years ago
export
const
THEME
_TYPE
=
{
Dark Mode : Add OS option in theme selection dropdown (#14379)
3 years ago
LIGHT
:
'light'
,
Adding new settings dropdown for Dark mode in Experimental tab (#13097)
3 years ago
DARK
:
'dark'
,
Dark Mode : Add OS option in theme selection dropdown (#14379)
3 years ago
OS
:
'os'
,
Adding new settings dropdown for Dark mode in Experimental tab (#13097)
3 years ago
}
;