mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 14:16:28 +00:00
author
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @author lutinglt
|
||||
*/
|
||||
|
||||
import { defineTheme, themeVars, type Chroma } from "src";
|
||||
import { github2ThemeColor, type GithubColor } from "src/core/github";
|
||||
import { prettylights2Chroma, type prettylightsColor } from "src/core/prettylights";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @author lutinglt
|
||||
*/
|
||||
|
||||
import { defineTheme, themeVars, type Chroma } from "src";
|
||||
import { github2ThemeColor, type GithubColor } from "src/core/github";
|
||||
import { prettylights2Chroma, type prettylightsColor } from "src/core/prettylights";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @author lutinglt
|
||||
*/
|
||||
|
||||
import { defineTheme, themeVars } from "src";
|
||||
import { github2ThemeColor, type GithubColor } from "src/core/github";
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @author lutinglt
|
||||
*/
|
||||
|
||||
import { defineTheme, themeVars } from "src";
|
||||
import { github2ThemeColor, type GithubColor } from "src/core/github";
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @author lutinglt
|
||||
*/
|
||||
|
||||
import { defineTheme } from "src";
|
||||
import { display2GithubColor, type DisplayColor } from "src/core/display";
|
||||
import { github2ThemeColor } from "src/core/github";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @author lutinglt
|
||||
*/
|
||||
|
||||
import { defineTheme } from "src";
|
||||
import { display2GithubColor, type DisplayColor } from "src/core/display";
|
||||
import { github2ThemeColor } from "src/core/github";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @author lutinglt
|
||||
*/
|
||||
|
||||
import { defineTheme } from "src";
|
||||
import { display2GithubColor } from "src/core/display";
|
||||
import { github2ThemeColor } from "src/core/github";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @author lutinglt
|
||||
*/
|
||||
|
||||
import { defineTheme, themeVars, type Chroma } from "src";
|
||||
import { github2ThemeColor, type GithubColor } from "src/core/github";
|
||||
import { prettylights2Chroma, type prettylightsColor } from "src/core/prettylights";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @author lutinglt
|
||||
*/
|
||||
|
||||
import { defineTheme, type Chroma } from "src";
|
||||
import { darkPrettylights } from "src/core/chroma";
|
||||
import { github2ThemeColor, type GithubColor } from "src/core/github";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @author lutinglt
|
||||
*/
|
||||
|
||||
import { defineTheme, type Chroma } from "src";
|
||||
import { lightPrettylights } from "src/core/chroma";
|
||||
import { github2ThemeColor, type GithubColor } from "src/core/github";
|
||||
|
||||
Reference in New Issue
Block a user