tangled
alpha
login
or
join now
tophhie.cloud
/
pds-dash
2
fork
atom
A frontend for your PDS
2
fork
atom
overview
issues
pulls
pipelines
pds-dash
/
src
/
lib
/
theme.ts
at
main
3 lines
80 B
view raw
wrap content
tophhie.cloud
feat: implement dark mode functionality with theme toggle
4mo ago
500bce04
1
import
{
writable
}
from
'svelte/store'
;
2
3
export
const
isDark
=
writable
(
false
)
;