diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index c87d6570c808..9537ebcb3ed3 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38642,7 +38642,7 @@ "id": 7029 }, { - "text": "The Truth. I am a god, boy, from another land, far from here. When I came to these shores, I chose to live as a man. But the truth is... I was born a god. And so were you.", + "text": "I am a god, boy, from another land, far from here. When I came to these shores, I chose to live as a man. But the truth is... I was born a god. And so were you.", "source": "God of War (2018)", "length": 171, "id": 7030 @@ -38652,24 +38652,6 @@ "source": "American Psycho", "length": 106, "id": 7031 - }, - { - "text": "I don't want to survive, I want to live.", - "source": "Wall-E", - "length": 40, - "id": 7032 - }, - { - "text": "I am a monument to all your sins.", - "source": "Halo 2", - "length": 33, - "id": 7033 - }, - { - "text": "Nothing is true; everything is permitted.", - "source": "Assassin's Creed", - "length": 41, - "id": 7034 } ] } diff --git a/frontend/static/themes/_list.json b/frontend/static/themes/_list.json index 17f779f8bbda..6a94190ae0b5 100644 --- a/frontend/static/themes/_list.json +++ b/frontend/static/themes/_list.json @@ -1181,11 +1181,5 @@ "mainColor": "#363636", "subColor": "#4f4f4f", "textColor": "#1f1f1f" - }, - { - "name": "turquoise", - "bgColor": "turquoise", - "mainColor": "darkBlue" } - ] diff --git a/frontend/static/themes/turquoise.css b/frontend/static/themes/turquoise.css deleted file mode 100644 index a2913d2609fa..000000000000 --- a/frontend/static/themes/turquoise.css +++ /dev/null @@ -1,12 +0,0 @@ -:root { - --bg-color: turquoise; - --main-color: teal; - --caret-color: darkblue; - --sub-color: teal; - --sub-alt-color: turquoise; - --text-color: darkblue; - --error-color: coral; - --error-extra-color: coral; - --colorful-error-color: coral; - --colorful-error-extra-color: coral; -}