mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-21 21:38:45 +01:00
rename default theme preset
This commit is contained in:
parent
7c96f9563b
commit
e7ab38d08d
@ -1,7 +1,7 @@
|
||||
import { state } from '../../state';
|
||||
import { appName } from '../../appName';
|
||||
|
||||
export const nighttab = {
|
||||
export const app = {
|
||||
name: appName + ' (default)',
|
||||
color: state.get.default().theme.color,
|
||||
accent: { hsl: state.get.default().theme.accent.hsl, rgb: state.get.default().theme.accent.rgb },
|
@ -2,6 +2,7 @@ import { state } from '../state';
|
||||
|
||||
import { acrid } from './acrid';
|
||||
import { aerial } from './aerial';
|
||||
import { app } from './app';
|
||||
import { azure } from './azure';
|
||||
import { bean } from './bean';
|
||||
import { black } from './black';
|
||||
@ -22,7 +23,6 @@ import { macaroon } from './macaroon';
|
||||
import { marker } from './marker';
|
||||
import { midnight } from './midnight';
|
||||
import { mint } from './mint';
|
||||
import { nighttab } from './nighttab';
|
||||
import { neon } from './neon';
|
||||
import { nord } from './nord';
|
||||
import { obsidian } from './obsidian';
|
||||
@ -50,7 +50,7 @@ const themePreset = {};
|
||||
|
||||
themePreset.get = () => {
|
||||
return [
|
||||
nighttab,
|
||||
app,
|
||||
black,
|
||||
white,
|
||||
acrid,
|
||||
|
Loading…
Reference in New Issue
Block a user