mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
Add theme screenshots & make some fields required
- Description, Name & Author is now mandatory - Add screenshots - Add dist/images to electron build
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import { IPredefinedTheme } from "../../Themes";
|
||||
import img1 from "./screenshot.png";
|
||||
|
||||
export const Theme: IPredefinedTheme = {
|
||||
name: "Monokai'ish",
|
||||
description: "Monokai'ish",
|
||||
credit: "eltea",
|
||||
screenshot: img1,
|
||||
colors: {
|
||||
primarylight: "#FFF",
|
||||
primary: "#F8F8F2",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 118 KiB |
Reference in New Issue
Block a user