vscode
themes
Trending
·
Dark
·
Light
Monokai Pro
javascript
css
html
const
btn
=
document
.
getElementById
(
'
btn
'
)
let
count
=
0
function
render
()
{
btn
.
innerText
=
`
Count:
${
count
}`
}
btn
.
addEventListener
(
'
click
'
,
()
=>
{
// Count from 1 to 10.
if
(
count
<
10
)
{
count
+=
1
render
()
}
})
1.7M
Monokai Pro (Filter Spectrum)
javascript
css
html
const
btn
=
document
.
getElementById
(
'
btn
'
)
let
count
=
0
function
render
()
{
btn
.
innerText
=
`
Count:
${
count
}`
}
btn
.
addEventListener
(
'
click
'
,
()
=>
{
// Count from 1 to 10.
if
(
count
<
10
)
{
count
+=
1
render
()
}
})
1.7M
Monokai Pro (Filter Ristretto)
javascript
css
html
const
btn
=
document
.
getElementById
(
'
btn
'
)
let
count
=
0
function
render
()
{
btn
.
innerText
=
`
Count:
${
count
}`
}
btn
.
addEventListener
(
'
click
'
,
()
=>
{
// Count from 1 to 10.
if
(
count
<
10
)
{
count
+=
1
render
()
}
})
1.7M
Monokai Pro (Filter Octagon)
javascript
css
html
const
btn
=
document
.
getElementById
(
'
btn
'
)
let
count
=
0
function
render
()
{
btn
.
innerText
=
`
Count:
${
count
}`
}
btn
.
addEventListener
(
'
click
'
,
()
=>
{
// Count from 1 to 10.
if
(
count
<
10
)
{
count
+=
1
render
()
}
})
1.7M
Monokai Pro
by monokai
Professional theme and matching icons, from the author of the original Monokai color scheme.
Open in VSCode
View on Github