Commit graph

99 commits

Author SHA1 Message Date
Vishal Narayan V
599488db51
feat(language): add tamil old (@VIZL-23) (#6141)
### Description

Added the version of Old Tamil Language(similar to old English,these
words were used in plays and poems) words to the group of Tamil

### Checks

- [x] Adding a language or a theme?
- [x] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
- [x] Make sure to include your GitHub username prefixed with @ inside
parentheses at the end of the PR title.
2025-01-06 12:00:05 +01:00
Christian Fehmer
dd657acb24
fix: dark note theme dots being too big (@fehmer) (#5893)
Dots for correct letters are too big: 

![image](https://github.com/user-attachments/assets/35aca184-54c4-4fa6-a49c-2e5bfa0a53eb)

Signed-off-by: Christian Fehmer <cfe@sexy-developer.com>
2024-09-17 09:43:27 +02:00
Jam Moonbami
14277538c3
feat(themes): add suisei theme (@moonbamijam) (#5820)
Co-authored-by: Christian Fehmer <fehmer@users.noreply.github.com>
Co-authored-by: Christian Fehmer <cfe@sexy-developer.com>
2024-09-09 17:34:03 +02:00
Miodec
14c121b9ff style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
Jack
47e52f0b15
impr: move account settings to a separate page (@miodec) (#5798) 2024-08-20 16:43:30 +02:00
Jack
9f924f345e
refactor: rework highlight mode, colorful, flipped and blind to pure css (#5568) 2024-07-09 17:34:15 +02:00
Christian Fehmer
4f29aa55aa
fix: mexican theme sub alt color (@fehmer) (#5552) 2024-07-02 22:58:51 +02:00
Christian Fehmer
e61b377e9a
feat(theme): add terrazzo (@fehmer) (#5539)
* feat: add terrazzo theme

* typo

* update main color

* whoopsie

* review comments
2024-07-01 13:55:53 +02:00
Christian Fehmer
d0e9206c1b
fix(themes): mexican theme being unreadable (@fehmer) (#5536) 2024-06-27 13:32:35 +02:00
SANDHIYA G
76eb104f37
feat(theme): add lilac mist (sandyg6) (#5415)
* feat(theme):Add lilac_mist

* feat(theme): Add updated lilac_mist.css

* Update _list.json

* feat(theme): Add theme lilac_mist

* Add lilac_mist.css

* Add Updated _list.json

* Add updated lilac_mist.css

* increase color separation

darker text
pinker main
lighter sub

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2024-06-10 16:18:35 +02:00
github-actions[bot]
40d0a36f4d
refactor: run prettier (#5419)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2024-05-20 12:26:39 +02:00
Harsh Natuskar
66f6b7c355
feat(theme): add floret (hurrrsh) (#5392)
* Create floret.css

* Update _list.json

* Update _list.json

* Update floret.css
2024-05-15 16:12:51 +02:00
Tanish
f1a1432066
fix(9009): removed double colorful-error-color (Taz03) (#5384)
!nuf
2024-05-13 11:56:43 +02:00
StickminBruv
e6d020abb7
feat(themes): add cy red (StickminBruv) (#5375)
* Create cy_red.css

Going to add error colors soon

* Update _list.json

Added theme to list

* Update _list.json

Added a comma to fix one of the checks

* Update _list.json

Added bracket to fix a check

* Update cy_red.css

Added brand new error colors to comply with "red theme, red error" thing

* Update _list.json

Fixed bracket i think

* Update _list.json

Added a "
bruh moment

* Update _list.json

Added a comma
2024-05-13 11:48:32 +02:00
Jack
79f77b80eb
refactor: live stats (#5352) 2024-05-02 17:33:17 +02:00
sithydev :v
af9be52711
feat(theme): add discord (sithydev) (#5297) 2024-04-12 11:12:11 +02:00
Christian Fehmer
3cbf0bda4c
feat: add incognito theme (fehmer) (#5272)
* feat: add incognito theme

* fix p and t being cut at the bottom
2024-04-05 13:09:51 +02:00
refact0r
7c4435e14b
impr(theme): update catppuccin (refact0r) (#5247) 2024-03-25 12:53:27 +01:00
Jack
3c4212b718
refactor: commandline (#5180)
* initial rewrite

* remove title

* remove from dom on hide

* actual command dom
show active
keep active in view
update active index on keypress

* global event only shows commandline

* impr(dev): showing notifications with unhandled errors

* rename functions

* handle hover functions
handle nesting
handle exec
attaching handlers once

* void promise

* no need for async

* move font preview to ui

* add configkey to command

* add function to build single list

* add mouse mode
clearing preview on hide
add config icon

* using new function

* use fw icon

* fix incorrect type

* extract logic

* add support for input commands

* unused error

* update single list

* chevron icon margin

* only focusing when no popups and words are visible

* extract condition

* better type

* remove no icon

* only showing when nothing is already visible

* commandline lists no longer modify the commandline element
dynamically changing which funbox commnands are available
modified searching approach
showing active settings in single mode again
calling before list if needed

* ignore keydown on page transition

* add other ways to show the commandline

* always clearing previews

* incorrect icon being used

* extract logic

* support quick single list mode by starting input with >

* fix test words not being focused

* showing all if in quick single mode

* remove unused code

* rename entry to command

* remove more unused code

* add data- prefix

* rename to data-command-id

* fix input commands not refocusing words

* fix fontsize change not working as intended

* set active index to 0 when going back

* keeping active command in view

* remove console logs

* fix quick single mode

* move file

* add footer events

* add option for subgroup override
fix issue where commands would get hidden after clearing input field
fixed auto scrolling in mouse mode

* rename commands to lists

* add background after to avoid flashing

* getting config key from active subgroup

* updating active command after removing hidden class but before animating

* fix nasty hover behavior

* updating active before animation showing, keeping active after

* add keymap event

* remove comments

* invert if, use return, combine ifs to reduce nesting

* add test event

* popups events

* fix some commands not showing up on a single list

* use new animated modal

* use regex escaping function from misc

* add singlelistdisplay and singlelistdisplaynoicon properties

* add more navigation aliases

* not adding alias if not needed

* rework command filtering

* fix active icon not working

* add custom hide handlers

* fix active command not being kept in view after showing

* unused imports

* remove commandlinelists imports from other files

* delete old file

* remove unused file

* import commandline dynamically

* fix: if skeleton has wrapper, append before building animated modal

* using new parameters

* save skeleton on ready

* rename folder

* add util to get async modules

* remove empty imports

* remove unnecessary code

* unnecessary void

* catching errors and notifying user

* better error message

* making sure all the lists are fetched before getting the single command list

* add tab navigation
2024-03-05 19:34:35 +01:00
mizaagi
becb66dab6
feat(theme): add anti hero theme (mizaagi) (#5018)
* Create anti_hero.css

* Update _list.json

* updated colors

* Update anti_hero.css

fix color scheme

* Update _list.json

fix color scheme

* Update anti_hero.css

hopefully the final change to this theme.

* Update _list.json

hopefully the final change to this theme.

* update text color

* Update anti_hero.css

New error color fix

---------

Co-authored-by: Jack <jack@monkeytype.com>
2024-02-26 13:53:37 +01:00
Miodec
3e591635e5 refactor: pretty fix 2024-02-22 13:07:28 +01:00
Exploration
c29220323b
feat(theme): add macroblank theme (TheExploration) (#5088) 2024-02-21 13:42:33 +01:00
github-actions[bot]
fc925a7e55
refactor: run prettier (#5077)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
Co-authored-by: Jack <jack@monkeytype.com>
2024-02-18 01:52:41 +01:00
mokshsinghji
24975e5d01
fix: pressing space too early with the dark note theme doesnt highlight the word as incorrect (mokshsinghji) (#5052) 2024-02-14 12:41:42 +01:00
Denis Alex
933df63ecc
feat(theme): Added tangerine theme (devdenisalex) (#5047)
* Create tangerine.css

* Update _list.json

* Update _list.json

* Update tangerine.css

* Update tangerine.css

* Update tangerine.css

---------

Co-authored-by: Jack <jack@monkeytype.com>
2024-02-14 12:09:59 +01:00
Jack
8f7b82b9d9
Revert "feat(theme): add tangerine theme (devdenisalex) (#5045)" (#5046)
This reverts commit cbc8930e85.
2024-02-13 13:13:14 +01:00
Denis Alex
cbc8930e85
feat(theme): add tangerine theme (devdenisalex) (#5045)
* Create tangerine.css

* Update _list.json

* Update _list.json

* Update tangerine.css

---------

Co-authored-by: Jack <jack@monkeytype.com>
2024-02-13 13:12:38 +01:00
Christian Fehmer
56ab68a383
fix(theme): dark note not replacing words with dots in some highlight modes (fehmer) (#4951) 2024-01-22 21:32:03 +08:00
Anas saifi
2c01de48f0
impr(quotes): add Hindi quotes (#4895)
* Added 10  hindi quotes

* fixed length count

* added new theme (mystic_night)

* Delete frontend/static/themes/mystic_night.css

* Delete frontend/static/themes/_list.json

* fixed conflicting issues

* Added missing _list.json

* fix indentation

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2024-01-18 10:53:40 +01:00
Christian Fehmer
de82a67ab2
fix: ligatures not displayed correctly with dark_note theme (fehmer) (#4914) 2024-01-15 12:29:55 +01:00
Christian Fehmer
bd2058fae0
fix: crt mode not working on some buttons (fehmer) (#4810)
- apply box-shadow on buttons
- fix lavender theme hiding buttons on hover
- update crt mode specific themes not to use nested css
2023-11-27 12:56:33 +00:00
github-actions[bot]
cf2ff913eb
Prettier fix (#4708)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2023-10-07 21:02:58 -04:00
Yen Cheng
7708f624bc
chore: fix nord.css syntax error (ridemountainpig) (#4693) 2023-10-03 12:24:38 +01:00
Ehan
426694afa1
impr(themes): update nord and purpurite (ehanahamed) (#4668)
* Update nord theme

* Update purpurite (now "purpleish") theme

* Update theme list

* Update Purpleish theme

* Update nord theme
2023-10-02 15:42:25 +01:00
Miodec
8516ad6309 style: fix modern dolch light low contrast
closes #4666
2023-09-26 13:58:44 +01:00
Miodec
c76b2f40e8 refactor: use id instead of class 2023-09-23 12:17:49 +01:00
Miodec
724403d361 refactor: use nav instead of a div 2023-09-19 23:53:13 +01:00
Miodec
6610542d5f refactor: use footer instead of a div with an id 2023-09-19 23:51:20 +01:00
Miodec
412d415207 refactor: use header instead of div with id 2023-09-19 23:31:13 +01:00
github-actions[bot]
7edabd7977
Prettier fix (#4561)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2023-08-20 13:07:28 -05:00
Yen Cheng
8d128bb54b fix(theme): invisible popup text in rainbow trail (ridemountainpig) (#4527)
* fix: couldn't see aria-label text when hover

* fix: change to fix aria label with `::after`

* fix: change to fix aria label with `::after`
2023-08-14 14:27:00 +02:00
Christian Fehmer
31db96228e
Fixed rainbow trail theme to support custom backgrounds (#4510) fehmer 2023-08-08 11:53:23 +02:00
Yen Cheng
1a4136f4de
fix: monkey couldn't see in rainbow trail theme (#4508) ridemountainpig 2023-08-08 11:49:57 +02:00
Christian Fehmer
b50b473aba
Added crt mode to the funbox (#4465) fahmer
* Added crt mode to the funbox

* remove borders, move screen glow to body, remove lines animation

* removes white flash on test restart, keep crt mode on result page

* cleanup removal of funbox css

* fix white flash when disabling crt mode, fix background

* use actual color for text glow

* fix rendering issue with glow

* adds glow to input, buttons, logo and carets

* prefix new variables with -crt, update themes to fit crt mode

* adds glow to textarea, avatar and fix glow in focus mode

* fix typo in lavender theme

* move crt related stylesheets to separate file, add scanline div on demand

* add applyGlobalCss to keep the theme active on pages outsite the test page

* made sure crt works globally
added a clear global function
calling apply global and clear global when toggling funboxes
delaying globalcss apply because about page for some reason doesnt like funbox css files

* add glow to banner

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-07-31 16:32:33 +02:00
DastardlySky
4bc787d33e
Added Rainbow Trail theme (#4459) dastardlysky
* "Rainbow Trail" Theme

* reworked theme

* created contrast in test config buttons

* not overriding live wpm color,
showing rainbow on main color selection

* updated list file colors

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-07-31 14:54:57 +02:00
isa-2004
5a535d5b38
added a new theme grape.css (#4329) isa-2004
* added a new theme hacker.css

* added grape.css

* delete hacker.css

* updated sub and sub alt colors

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-05-29 15:58:14 +02:00
Miodec
374676ad2e increased matrix theme contrast 2023-05-23 11:51:18 +02:00
tuzu128
132af98093
Created Everblush theme (#4211) tuzu128
* Added everblush theme

* Added Everblush theme to _list.json

---------

Co-authored-by: TheTuzu <tuzu@seznam.cz>
2023-04-24 16:05:11 +02:00
Miodec
62205b8548 mixed dracula bubbles being wrong 2023-03-13 12:26:10 +01:00
Miodec
104170c295 updated dracula theme to avoid using the same color for main and text 2023-03-10 14:25:11 +01:00