1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

Add dark theme and UI theme selector

This commit is contained in:
dojineko
2016-04-17 17:44:59 +09:00
parent 06734ec886
commit 43fb37ab1d
9 changed files with 436 additions and 2 deletions

View File

@@ -182,6 +182,13 @@ export default class AppSettingTab extends React.Component {
: null
}
<div className='sectionTitle'>Theme</div>
<div className='sectionSelect'>
<label>UI Theme</label>
<select valueLink={this.linkState('config.theme-ui')}>
<option value='light'>Light</option>
<option value='dark'>Dark</option>
</select>
</div>
<div className='sectionSelect'>
<label>Syntax Theme</label>
<select valueLink={this.linkState('config.theme-syntax')}>