From 68b6b3cee2b0f747cea2eb16b4f40a16e6f2281e Mon Sep 17 00:00:00 2001 From: mintpic dev <108204467+mintpic@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:03:26 -0500 Subject: [PATCH] Commit new144 --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index a811b28..346534f 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "readmeUrl": “https://github.com/wlplease/nullshift/README.md", + "readmeUrl": “https://github.com/wlplease/term/blob/main/README.md", "title": "Jeff's NullShift", "name": "JeffAI", "ascii": " +---------------------------------------------------------------------------+\\n | _ _ _ _ ___ _ ___ _ |\\n |( ) ( ) (_ ) (_ ) ( _`\\ ( ) _ /'___)( )_ |\\n || `\\| | _ _ | | | | | (_(_)| |__ (_)| (__ | ,_) _ _ ____ |\\n || , ` |( ) ( ) | | | | `\\__ \\ | _ `\\| || ,__) | | (`\\/')( ) ( )(_ ,)|\\n || |`\\ || (_) | | | | | ( )_) || | | || || | | |_ _ > < | (_) | /'/_ |\\n |(_) (_)`\\___/'(___)(___)`\\____)(_) (_)(_)(_) `\\__)(_)(_\\/_)`\\__, |(____)|\\n | ( )_| | |\\n | `\\___/' |\\n +---------------------------------------------------------------------------+\\n\\n ~ Welcome to Jeff's NullShift Terminal ~\\n A hub for tech, crypto, and finance enthusiasts.\\n Type 'help' for a list of commands.\\n Discover, innovate, and connect!", @@ -11,7 +11,7 @@ "patreon": "https://patreon.com/itjeff" }, "social": { - "github": "wlplease", + "github": “wlplease/term/“, "twitter": "itjeff", "linkedin": "itjeff" }, @@ -22,7 +22,7 @@ "non_terminal_url": "W", "colors": { "light": { - "background": "#FCD2F5", + "background": "#f7e1f4", "foreground": "#92EAEB", "cursor": "#95F0C5", "selection": "#ACBEFC" @@ -30,7 +30,7 @@ "dark": { "background": "#000000", "foreground": "#95F0C5", - "cursor": "#FCD2F5", + "cursor": "#f7e1f4", "selection": "#ACBEFC" } },