First version with naive color extrapolation.
This commit is contained in:
parent
a169abcec2
commit
ed84c6acc0
4 changed files with 86 additions and 4 deletions
|
@ -8,6 +8,14 @@
|
|||
<h2>{{$t('settings.theme')}}</h2>
|
||||
<style-switcher></style-switcher>
|
||||
</div>
|
||||
<div class="setting-item">
|
||||
<h3>Custom theme</h3>
|
||||
<p>Enter hex color codes (#aabbcc) into the text fields.</p>
|
||||
<input type="text" placeholder="Background" v-model="bgColorLocal">
|
||||
<input type="text" placeholder="Foreground" v-model="fgColorLocal">
|
||||
<input type="text" placeholder="Highlight" v-model="linkColorLocal">
|
||||
<button @click="setCustomTheme">Submit</button>
|
||||
</div>
|
||||
<div class="setting-item">
|
||||
<h2>{{$t('settings.filtering')}}</h2>
|
||||
<p>{{$t('settings.filtering_explanation')}}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue