From 35f8da94b9821b03662c0a7fd3cecaac2c442849 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 14 Mar 2018 16:50:40 +0000 Subject: [PATCH 1/2] Add default theme This theme sets the colours back to the standard default putty settings, as per original install (this doesn't take into account any changes that have been made to the default session) --- Themes/Default.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Themes/Default.json diff --git a/Themes/Default.json b/Themes/Default.json new file mode 100644 index 0000000..188e74a --- /dev/null +++ b/Themes/Default.json @@ -0,0 +1,28 @@ +{ + "Name": "Solarized Light", + "Url": "http://putty.org.ru/themes/solarized-light.html", + "Colors": { + "Colour0": "187,187,187", + "Colour1": "255,255,255", + "Colour2": "0,0,0", + "Colour3": "85,85,85", + "Colour4": "0,0,0", + "Colour5": "0,255,0", + "Colour6": "0,0,0", + "Colour7": "85,85,85", + "Colour8": "187,0,0", + "Colour9": "255,85,85", + "Colour10": "0,187,0", + "Colour11": "85,255,85", + "Colour12": "187,187,0", + "Colour13": "255,255,85", + "Colour14": "0,0,187", + "Colour15": "85,85,255", + "Colour16": "187,0,187", + "Colour17": "255,85,255", + "Colour18": "0,187,187", + "Colour19": "85,255,255", + "Colour20": "187,187,187", + "Colour21": "255,255,255" + } +} \ No newline at end of file From 1e8647a6961cbb656eab6a9812f13468f9ad9566 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 14 Mar 2018 22:25:39 +0000 Subject: [PATCH 2/2] Fix name and URL --- Themes/Default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/Default.json b/Themes/Default.json index 188e74a..275a037 100644 --- a/Themes/Default.json +++ b/Themes/Default.json @@ -1,6 +1,6 @@ { - "Name": "Solarized Light", - "Url": "http://putty.org.ru/themes/solarized-light.html", + "Name": "Default", + "Url": "https://www.chiark.greenend.org.uk/~sgtatham/putty/", "Colors": { "Colour0": "187,187,187", "Colour1": "255,255,255",