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