diff --git a/README.md b/README.md index cabb417..1cb1b55 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![Logo for KrowLog](icons/icon8d.png "Logo for KrowLog") KrowLog +# ![Logo for KrowLog](icons/icon.png "Logo for KrowLog") KrowLog KrowLog is a viewer for text files of arbitrary size. diff --git a/constants.py b/constants.py index 9bce3b0..7254d5d 100644 --- a/constants.py +++ b/constants.py @@ -1,3 +1,3 @@ -krow_icon = "icons/icon8d.png" +krow_icon = "icons/icon.png" tab_width = 4 diff --git a/icons/icon8d.png b/icons/icon.png similarity index 100% rename from icons/icon8d.png rename to icons/icon.png diff --git a/icons/icon.xcf b/icons/icon.xcf new file mode 100644 index 0000000..8502fd7 Binary files /dev/null and b/icons/icon.xcf differ