Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[create-theme]: Tab Numbers #735

Closed
1 task
philmard opened this issue Nov 9, 2024 · 1 comment
Closed
1 task

[create-theme]: Tab Numbers #735

philmard opened this issue Nov 9, 2024 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@philmard
Copy link

philmard commented Nov 9, 2024

Name

Tab Numbers

Description

Shows the Number corresponding to each Tab.

Homepage

https://github.com/philmard/tab-numbers

Image

https://raw.githubusercontent.com/philmard/tab-numbers/refs/heads/main/tab_numbers.png

Type

  • JSON Color Theme

Theme Styles

tabs {
  counter-reset: tab-counter;
}

/* Automatically increment tab numbers for each .tab-content inside a tab */
tab .tab-content::before {
  counter-increment: tab-counter;
  content: counter(tab-counter) "";

  position: absolute;
  top: 5px;
  right: 1px;
  padding: 0px 4px;
  border-radius: 7px;

  opacity: 0.7;
  font-weight: bold;
  font-size: 80%;
}

Readme

# Tab Numbers

Shows the Number corresponding to each Tab. This can help you navigate between Tabs faster by pressing Cmd + Number of the Tab.

Preferences

No response

@philmard philmard added the new-theme Submit a theme to be added to the theme library label Nov 9, 2024
Copy link
Contributor

github-actions bot commented Nov 9, 2024

Thank you for your contribution! 🎉

Your theme has been successfully submitted. The maintainers will review it and get back to you soon.

Here are some details about your submission:

If you have any questions or need help, feel free to ask in the comments below or in the PR.

@github-actions github-actions bot closed this as completed Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-theme Submit a theme to be added to the theme library
Projects
None yet
Development

No branches or pull requests

1 participant