theme
Here are 6,094 public repositories matching this topic...
Issue type
I'm submitting a ... (check one with "x")
- bug report
- feature request
- question about the decisions made in the repository
Issue description
Bug Report
Describe the bug
When using the route option in combination with relative markdown links, the resolved URL ends up being inconsistent.
To Reproduce
npx create-docz-app my-docz-app&&cd my-docz-app- Change
src/component/Alert.mdx's frontmatter to
---
name: Alert
menu: Components
route: /components/Alert
---- Add `src/components/
The website should be updated. I found one typo on http://iterm2colorschemes.com/
Website:
The theme Mokokai Soda was found here.
But this line in the README is:
The theme Monokai Soda was found here.
It's Monokai, not Mokokai.
New Theme?
We would love to support all code editors out there, but we need your help to accomplish that. Feel free to create a new theme based on our color palette.
^^ Not a code editor, but a wayland launcher application
 calls any more.
To Reproduce
- Create a main window
- Create a secondary window
- Close the secondary window
- Attempt to re-show the secondary window.
Example co
From the specification
If an action is long, it can be displayed on a third line.
To do this we should do the following (this assumes #1422
-
Updated
Mar 4, 2020 - Shell
Even with "show_tab_close_buttons": false, the close button is still active when hovering over the modified state indicator:
Is it possible to fully disable it along with "show_tab_close_buttons": false?
Sticky header backgrounds are transparent instead of opaque, such as in PRs.
- Browser: Firefox
- Operating System: Linux
- Link to page with the issue: StylishThemes/GitHub-Dark#959
- Screenshot:

I am using MahApps.Metro, v1.6.5.
MetroWindow with mah:DialogParticipation.Register="{Binding}" doesn't get disposed after the ShowDialog() call.
Example usage: I have two windows - MainWindow and MyDialogView. Each has it's own view model - MainWindowViewModel and MyDialogViewModel.
MainWindowViewModel contains a OpenDialogCommand, which opens the dialog view.
MyDialogViewModel contain
Steps to reproduce:
- Open https://rebassjs.org/flex
- Click on "Getting Started" (or any item on the left menu)
Expected:
Sends you to "Getting Started Page"
Actual:
Nothing happens. You need to click "Getting Started" a second time, to actually get sent there.
Basically you need to click left nav items twice instead of once, before getting sent to the page.
Create an FAQ page?
I see a lot of people open issues for similar questions, so I feel that an FAQ page would be helpful to both sides:
- Users solve common questions more easily
- Maintainers spend less time digging through issues to find duplicate sources
The FAQ page would follow your changelog / history page, with each item linked to its original issue thread for faster lookup and navigation.
-
Updated
Mar 4, 2020 - Python
I did not see any reference or example in documentation regarding clean up after ajax upload. I do not wish to have thumbnail still show in preview page after successful upload.
As the project grows, it would be easier to contribute if the project follows a specific javascript style guide.
These are what I use in my personal projects:
Linter: https://github.com/eslint/eslint
Config: https://www.npmjs.com/package/eslint-config-airbnb
But any other would work too
Hi there!
First of all, thanks a lot for the great work! Keep it up! We are all grateful of your work!
Now, I have been struggling with the following issue..I created a multilingual site in two languages, greek and english. I would like to use two different custom fonts (see greek_fonts.toml and test.toml below ) I created following your instructions in academic's docs for the two differen
According to the docs:
To get the actual related records, use the function related()
But it never happens.
Consider there is a relation maintype -> relatedtype.
If you call {{ dump(mainrecord.related('relatedtype')) }} you get Bolt\Storage\Collection\LazyCollection<Bolt\Storage\EntityProxy>
If you
I installed the theme and set it up using unity tweak tool but my terminal's title bar is not as shown in the Readme.md.

Also my other system program's title bar is not changing.

Related Application and/or Shell theming (or name of widget)
- Thunar 1.8.1
- Pamac 7.2.0.dev2-1
Actual issue
When hovering over the selection bar it fli
To make it even more automatic you can trigger night/day by monitoring for when the system brightness changes below a certain threshold. My favorite hacker news app seems to trigger auto night around 30%.
Improve this page
Add a description, image, and links to the theme topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the theme topic, visit your repo's landing page and select "manage topics."



Describe the bug
When
vi-modeis enabled,shift+tabdoes not cycle backwards through the autocomplete suggestions.If
vi-modeis removed from the plugins, `shift+ta