Skip to content

Commit

Permalink
🍱 Update builtin themes
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Jul 7, 2021
1 parent 9080e32 commit 9b6d258
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions themes/materialfox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ config:
browser.tabs.tabClipWidth: 83
materialFox.reduceTabOverflow: true
security.insecure_connection_text.enabled: true

userChrome: chrome/userChrome.css
userContent: null
user.js: user.js
assets:
- chrome/**
- chrome/../../../../todo

copy from: chrome/
5 changes: 5 additions & 0 deletions themes/simplerentfox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ variants:
WithURLBar: {}
OneLine: {}

os:
linux: Linux
macos: Linux
windows: Windows

userContent: ./{{ os }}/userContent.css
userChrome: ./{{ os }}/userChrome__{{ variant }}.css

Expand Down

0 comments on commit 9b6d258

Please sign in to comment.