From aa26f3db935390b7bcc470708c7e25bf5a40df10 Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Sat, 2 Apr 2022 19:24:21 +0000 Subject: [PATCH] Added custom theme based on Atom's One Dark theme --- atom-one-dark-theme.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 atom-one-dark-theme.json diff --git a/atom-one-dark-theme.json b/atom-one-dark-theme.json new file mode 100644 index 0000000..2c19b58 --- /dev/null +++ b/atom-one-dark-theme.json @@ -0,0 +1,35 @@ +{ + "primarylight":"#00FF00", + "primary":"#00FF00", + "primarydark":"#00FF00", + "successlight":"#66BB6A", + "success":"#66BB6A", + "successdark":"#66BB6A", + "errorlight":"#D52A29", + "error":"#D52A29", + "errordark":"#D52A29", + "secondarylight":"#CCCCCC", + "secondary":"#CCCCCC", + "secondarydark":"#CCCCCC", + "warninglight":"#FF6600", + "warning":"#FF6600", + "warningdark":"#FF6600", + "infolight":"#7DBEF4", + "info":"#7DBEF4", + "infodark":"#7DBEF4", + "welllight":"#444", + "well":"#303030", + "white":"#FFFFFF", + "black":"#222", + "hp":"#FF0000", + "money":"#85BB65", + "hack":"#00FF00", + "combat":"#ABB2BF", + "cha":"#C678DD", + "int":"#0000FF", + "rep":"#ABB2BF", + "disabled":"#888888", + "backgroundprimary":"#333", + "backgroundsecondary":"#282C34", + "button":"#4B5263" +}