Commit graph

172 commits

Author SHA1 Message Date
Oliver Blanthorn
9818f8d0cb
Change changelog notification to small nag bar 2018-06-17 18:35:48 +01:00
glacambre
125759b483
Keep newtab's changelog button grey once changelog has been read 2018-06-16 15:55:33 +02:00
Oliver Blanthorn
5777ba6c00
Make the pun in credits worse 2018-06-08 15:14:47 +01:00
Oliver Blanthorn
d474197451
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-improve_documentation 2018-06-08 12:27:09 +01:00
Oliver Blanthorn
c63ff4b41a
Make nmaps harder to read on bad displays 2018-06-08 12:25:23 +01:00
glacambre
31805b7c7f
Update documentation, mention ':help key' everywhere 2018-06-07 12:52:11 +02:00
glacambre
37785508e1
typedoc: Make .TridactylSetting class stand out a bit 2018-06-07 11:56:09 +02:00
glacambre
a465bf9428
help.ts,main.css: Add user bindings to help page 2018-06-03 17:21:11 +02:00
glacambre
54e980499c
Add alias information to the :help page. 2018-06-03 15:04:50 +02:00
glacambre
dcb6620240
content.{ts,css}: Make modeindicator disappear on hover
This fixes https://github.com/cmcaine/tridactyl/issues/565
I chose to append a TridactylInvisible class instead of setting the
modeindicator setting to false or manually removing the element from the
DOM because this seemed more robust (e.g. when "modeindicator" is set to
true, you expect it to stay set to true and for the element to exist
within the DOM).
2018-05-31 21:47:06 +02:00
Oliver Blanthorn
a8995d5f62
Merge branch 'master' of github.com:cmcaine/tridactyl into sumnerevans-css-prettier-compliance 2018-05-25 09:34:18 +01:00
Oliver Blanthorn
98f29d875a
Document <C-A-`> bind for ignore mode 2018-05-25 09:24:02 +01:00
Sumner Evans
de9d1f237e
Ran prettier on all CSS files 2018-05-24 08:53:51 -06:00
Sumner Evans
1efeb70c5e
Reformat readme, contributing, changelog and src/static using prettier 2018-05-24 08:10:56 -06:00
Oliver Blanthorn
b8dea34d0d
Merge pull request #603 from sumnerevans/hint-documentation
Adding notes about typing hint characters in lowercase (fix #588).
2018-05-23 21:49:35 +01:00
Oliver Blanthorn
00eced44ec
Fix links to documentation 2018-05-23 20:29:45 +01:00
Sumner Evans
36872df2b2
#588 adding notes about typing hint characters in lowercase 2018-05-23 11:22:50 -06:00
Oliver Blanthorn
98ad63cfc8
Improve discoverability of contributors 2018-05-23 15:39:40 +01:00
Colin Caine
bd4bd3077d Trim whitespace in greenmat 2018-05-23 12:00:22 +01:00
Colin Caine
22293d849a Merge remote-tracking branch 'caputchinefrobles/greenmat-theme' 2018-05-23 11:58:40 +01:00
Bruno Oliveira
e731cfb15d Disabling quirks mode and fixing class "namespace"
Adding <!doctype> on tutor template and adding
.TridacytlOwnNamespace class to generic selector
2018-05-22 11:12:15 -03:00
Oliver Blanthorn
23ed6588c8
Make quake theme use ] as is traditional 2018-05-22 14:27:41 +01:00
Oliver Blanthorn
06c51e2ccb
Convert colon to CSS 2018-05-22 14:18:23 +01:00
Oliver Blanthorn
2b8a8a6568
Add quake theme 2018-05-22 14:07:28 +01:00
Bruno Oliveira
59b9833f46 Fix/improve greenmat theme on newtab/tutor 2018-05-21 15:10:53 -03:00
Oliver Blanthorn
99e5475d5e
Remove newline above shydactyl: fix #591 2018-05-21 15:51:19 +01:00
Recursing
b5a3ac0210 Update ignore mode toggle in :tutor
Ignore mode is now toggled by pressing <S-Insert>
2018-05-21 03:44:17 +01:00
Colin Caine
ed889c6e88 Use @overdodactyl's dark theme
Or something close to it, anyway.
2018-05-21 03:38:02 +01:00
Colin Caine
59e737f254 Add a css namespace to our controlled pages
Means we can safely style our own pages from themes.
2018-05-21 03:22:39 +01:00
Colin Caine
cef95bb214 Add css var for highlighting changelog box 2018-05-21 03:20:13 +01:00
Colin Caine
532f0acd67 Stop using quirks mode in commandline.html
If you don't use a doctype then browsers use quirks mode, which is very
confusing. In particular tables don't inherit styles properly and Olie
gets very confused.
2018-05-21 02:34:22 +01:00
Colin Caine
133c3817ef Fix missing semicolon 2018-05-21 02:30:52 +01:00
Ashley Trinh
1a6a460879
Add "shydactyl" theme
NB: this is actually bootleg. All complaints about added jank should go
to @bovine3dom, who will provide copious helpings of empathy, but
probably won't be able to fix it.
2018-05-20 18:03:09 +01:00
Oliver Blanthorn
b545333dfc
Make command line use flex for easier styling 2018-05-20 17:36:08 +01:00
Oliver Blanthorn
06e2897965
Try to use greenmat font everywhere 2018-05-20 16:22:45 +01:00
Oliver Blanthorn
43905a4c34
Fix up fonts 2018-05-20 16:22:45 +01:00
Oliver Blanthorn
745fb80d46
Make Tridactyl pages use theme colours 2018-05-20 16:22:45 +01:00
Oliver Blanthorn
b980a8ba4f
Make greenmat apply to more stuff 2018-05-20 16:22:45 +01:00
Oliver Blanthorn
538652c374
Make dark theme apply to mode indicator: fix #415 2018-05-20 16:22:45 +01:00
Oliver Blanthorn
53ade2cc2f
Allow mode indicator to be styled 2018-05-20 16:22:45 +01:00
Oliver Blanthorn
cf0b3d1ccc
Reuse some variables 2018-05-20 16:22:45 +01:00
Oliver Blanthorn
2b2d30edb6
Consolidate default 2018-05-20 16:22:45 +01:00
Oliver Blanthorn
84d53f000f
Consolidate greenmat 2018-05-20 16:22:45 +01:00
Oliver Blanthorn
4918454959
Consolidate dark theme 2018-05-20 16:22:45 +01:00
Oliver Blanthorn
535dd5bb67
Make injection of theme scripts automatic 2018-05-20 16:22:45 +01:00
Oliver Blanthorn
c2803b0927
Add more generic variables 2018-05-20 16:22:45 +01:00
Bruno Oliveira
0feaa3d2ca
Improve Tridactyl theming capabilities 2018-05-20 16:22:46 +01:00
Oliver Blanthorn
7add35714d
Show : in commmand line: fix half of #559 2018-05-18 13:56:04 +01:00
Oliver Blanthorn
7429f8ca1d
Make mode indicator go purple in private windows 2018-05-17 14:40:30 +01:00
Oliver Blanthorn
4646211890
Add H,L to tutor 2018-05-17 13:32:58 +01:00