Update theme editor to have 4 colors, rewrite the color setter, change a LOT of base16 assignments for better consistency.
This commit is contained in:
parent
ed84c6acc0
commit
44073e72fd
11 changed files with 122 additions and 48 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="timeline panel panel-default">
|
||||
<div class="panel-heading base01-background base04 base03-border conversation-heading">
|
||||
<div class="panel-heading base02-background base04 base03-border conversation-heading">
|
||||
{{ $t('timeline.conversation') }}
|
||||
<span v-if="collapsable" style="float:right;">
|
||||
<small><a href="#" @click.prevent="$emit('toggleExpanded')">Collapse</a></small>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue