GithubHelp home page GithubHelp logo

beardedbear / bearded-theme Goto Github PK

View Code? Open in Web Editor NEW
466.0 466.0 42.0 15.87 MB

The VS Code theme with a long beard.

License: GNU General Public License v3.0

TypeScript 100.00%
elm oceanic solarized theme vscode

bearded-theme's Introduction

bearded-theme's People

Contributors

beardedbear avatar dependabot[bot] avatar iangabriel12 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bearded-theme's Issues

Too much colour in TypeScript

In the case of TypeScript, the theme is colouring even the variables with the colour of referenced functions.

Check the Dracula for comparison.

Screenshot from 2019-09-20 13-11-44

Screenshot from 2019-09-20 13-11-44_edited

And now, how Dracula handles it:

Screenshot from 2019-09-20 13-12-32

Ignore if this the feature you intentionally wanted.

Backslash in Python raw strings

I don't know if you can make it happen but the following is vexing me pretty hard.

In Python a raw string is created by prefixing a string literal with r or R. Python raw string treats backslash (\) as a literal character.
So the normal behavior for the highlighting of a path with backslashs (\) is like the following screenshot:
image

When you use a raw string python treats it as stated before as a literal character. The highlighting looks like this:
image

I know that it does what it should do for the highlighting but would it be possible to disable the highlight behavior when you use a raw python string?
It would be nice when the character after a backslash in a raw string would not be highlighted as an escaped character.

Quotes missing coloring

Hi there! I just wanted to let you know that the quotes are missing color pairing when there is a function inside

image

HTML tags and text between are the same color - React / Gatsby

Could anyone tell me the location of the theme files, so I can change the color of the text within HTML tags?
I really like the colors and readability however, text and HTML sharing the same color makes it difficult for me.
I really like the black diamond but couldn't find its file in the "app" folder.

Screen Shot 2021-02-13 at 2 42 48 AM

Missing italics

I've just installed version 2.2.1 but I'm not seeing italics in comments etc. Can't see any notes about needing to change any configurations etc. Ligatures are fine though.

The font I'm using is Dank Mono.

Dart Support for the Bearded Theme

I love the extension! I've been using them for all of my school projects. It looks beautiful in Java, but when I create a Dart project all the syntax is just white and purple.
Capture

Currently opened filename loses highlight after its content is modified

When you switch between opened files their respective names are highlighted in the Open editors section of the File Explorer but once you type something - the highlight disappears. It's pretty annoying when you have a bunch of files opened and lose track of which one you are currently in.

Terminal args are invisible.

Hello. I love this theme but when I need to work with terminal and I put some args I have problem with read them.
image
If you see args after java Main are invisible.
Sory for my English.

Configuration toggle for italic keywords

The default style always render keywords like class or def in italic. I think this is more C lang IDE font style. I use Python every day, and keeping these language keywords rendered in normal fonts would be good for me. Maybe consider adding this feature toggle in configuration so we can make our own decision.

BTW, really love your themes! It's amazing!

Visual Studio Community

Hellooo! I love your themes and I am an especially huge fan of black and ruby on VS Code and I was wondering if there is an extension for VS Community? I'm not sure if its been brought up already but I searched around and honestly I would just love to have that as my theme on there as well, either way thank you so much you have increased my love of staring at my editor by 1000% Awesome work!

Add support for statusbar error backgroun color

statusBarItem.errorBackground: Status bar error items background color. Error items stand out from other status bar entries to indicate error conditions.
statusBarItem.errorForeground: Status bar error items foreground color. Error items stand out from other status bar entries to indicate error conditions.

JSX Support

For example, components looks different than HTML tags.

Icon for `.liquid` files.

Hey,

Would you consider adding an icon for .liquid files for us, shopify developers?

Also, it's the prettiest Icon Theme for vscode by far!

Thanks!

Support native VSCode bracket colorization

Bracket colorization is now built-in to VSCode via the editor.bracketPairColorization.enabled setting, and no longer requires the "Bracket Pair Colorizer 2" extension as described in the README.
The colors used for the colorization are now configurable on a per-theme basis, so to use the suggested colors, the following settings have to be manually added:

"workbench.colorCustomizations": {
  "[*]": {
    "editorBracketHighlight.foreground1": "#D39E17",
    "editorBracketHighlight.foreground2": "#A15DEF",
    "editorBracketHighlight.foreground3": "#3398DB"
  }
 }

Git Merge colors extremely unreadable

See screenshot, but it's pretty self explanatory.

When I have a git merge conflict, I can't read, and have to switch themes in order to go through with the conflict resolution.

screenshot is oddly cropped to not show any potential proprietary information (GA Code and what project this was for) https://cl.ly/4d757f4f41e6

Image 2019-09-11 at 4 50 21 PM

Steps to replicate: ... do a git merge knowingly causing a conflict.

Large color changes for C#

(EDIT) I saw a similar issue was posted before, but I would like to say that I hope you don't reduce the colors too much! I really love how colorful it is compared to other themes. It reminds me of candy.

I was a huge fan of the really nice punchy colors from before. It's a large reason why I chose this theme. I did some custom edits to my background colors but the text highlighting has remained untouched and is strictly from Bearded Theme Blue. Here are some examples of before:

Screen Shot 2020-05-01 at 4 46 51 PM
Screen Shot 2020-05-01 at 4 47 10 PM
Screen Shot 2020-05-01 at 4 46 37 PM

And this is how the theme currently looks:

Screen Shot 2020-05-01 at 4 48 09 PM
Screen Shot 2020-05-01 at 4 48 13 PM
Screen Shot 2020-05-01 at 4 48 23 PM

The colors take a pretty hard nerf. Not sure if this is due to a new VS Code update or the new style update but I hope it can be reverted.

JS/TS/HTML Colors

A few things off with colors for JS, TS, HTML:

  • HTML tags are part purple and blue
  • Pink and green are slightly lighter
  • Object dot notation and bracket notation are different colors now (not sure if that was intentional)

Version 1.7.2
version-1-7-2
Version 2.1.2
version-2-1-2

Issue in PHP where ?>

in the PHP syntax when you close the brace in ?> the question mark appears in a different color, I attach an example screenshot

Example

Problem peek has unreadable colours.

The languages which have linter support, once you over the issue there is an option to "peek" at the problem. All the themes under bearded-theme suite are unreadable for it.

I tested Golang and Python, same issue. I'm presuming it'll be the same for other languages.

Attaching some screenshots with the comparison with Dracula.

Screenshot from 2019-09-26 02-17-04

Screenshot from 2019-09-26 02-17-27

Peek 2019-09-26 02-25

Update theme with 1.50 new options.

  • tab.lastPinnedBorder: Border on the right of the last pinned editor to separate from unpinned editors.
  • gitDecoration.stageDeletedResourceForeground: Foreground color for staged deletions git decorations.
  • gitDecoration.stageAddedResourceForeground: Foreground color for staged additions git decorations.
  • charts.red, charts.blue, charts.yellow, charts.orange, charts.green, charts.purple, charts.foreground, charts.lines: Colors intended to be used by data visualization extensions.

not available in the ext

Hi,

just tried to set the theme on a new install of vscode and it doesnt show the theme in the ext search. Same if I try dirctly the install command: ext install BeardedBear.beardedtheme

image

any idea?

Thanks

Chained token colors

First of all I want to say I really enjoy the theme!

Currently I find it difficult to use with JS. Simply due to having chained tokens being the same color.

For example if I have Object.Attribute.attribute. all three of these will be the same pinkish color. or even just having Object.attribute both be the same is difficult to read. making a single line comparing nested properties a little hellish.

I have tried to read the VS code documentation relating to this to see if I could fix it and offer a PR alas I cannot find where these keywords would be.

Arc Blueberry Explorer too much contrast :enhancement:

Hello, love this theme, but the contrast in the explorer is just little bit too much :) It is shinier than the code itself. If it would be little bit dimmer, I would definitely use this theme. Maybe to the level as the terminal color is right now. I would also make the terminal color little bit more darker, here is comparison to github theme

BeardedBear

image

Github Dark Default

image

Can I somewhere customize the colors little bit myself? 🤔
I don't want to, I like things as they are, I want to edit only this one thing :)

The color of brackets and the like appears to be incorrect when editing C/C++ in recent releases

This is what the Arc Eolstorm theme* looks like in C++ in any version >= 3.2.8:
image

This is what the same piece of code looks like in version 3.2.7:
image

As you can tell, the brackets, equal signs, and the like are colored differently in the more recent versions. Judging by the screenshots on the Github page, the brighter, less "transparent"-looking color seems to be the intended color. Moreover, the issue does not exist when editing Javascript code.

Therefore, I suspect this might be a bug in the theme.

I am running VS Code 1.50.1.

*The issue appears to persist across all flavors of the BeardedTheme.

Some colors in terminal don't looks fine

I love your theme
But there is something to be perfect for me
When I run terminal in VS Code I can't see some text I don't know how to fix it at least for me:
image

odd color on git diff

The color for the git diff as an odd underline on all lines in the blue theme:

Screenshot 2021-04-19 150928

Would it be possible to remove it?

Also, comments are not very easy to read, I changed it to this color #727f8f which is just slightly lighter.

Thanks foir the great theme :)

Whitespace Rendering much too bright now

With the v3 update, the whitespace rendering color is much brighter than it used to be. It can be distracting, especially in comments. See an example below (using the Blue variant). I don't have an image of what it was before, but if that's needed let me know.

VSCode: 1.45.1
BeardedTheme: 3.0.0

Example

Publish to Open VSX

I'd like to know if it's possible for the extension to be published to Open VSX, which is an alternative registry (now hosted by Eclipse) from which users of non-Microsoft versions of Visual Code - such as Code OSS and vscodium - may install extensions per normal. The project has a page with instructions on publishing to their platform: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

Alternatively, would permission be given for a third party to do so?

Python triple quotes not treated as comment but as string

Consider the following, simple python code

def myfunc(x: int):
    """

    Parameters
    ----------
    x : int
        Something
    """

    s = "This is looking the way it should look"  # And here's a comment.
    print(s)

Regardless of the bearded-theme, the triple quotes are highlighted in the same way as strings are being highlighted. Here's a picture of what I see in VS code:
image

I guess the triple quotes should be greyed out, just like the content of that docstring.

Anthracite's colors changed in version 2.0.1

1.7.2

image

2.0.1

image

I'd be probably ok with fewer colors. It seems it was your intention, right? But switching a context of colors is an absolute deal-breaker for me.

I loved this theme very much. Thank you for any statement regarding 2.X versions. The original Anthracite is not going back?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.