birgersp

Results 50 comments of birgersp

In all honesty, I moved to MEGA instead of Dropbox. Initially just because MEGA has a good feature for excluding files/folders (using pattern matching, wildcards etc).

@marbru Why copy the makefile into `src`? Why not just load the makefile with `make -f ../Makefile`?

Hey @Sashank999 , I tried replying to you in the git mailing list but I think gmail is messing it up so I'll write here instead. First of all just...

@prati0100 thanks. I tried the patch to get the menu, but none of the selectable themes actually makes git-gui dark. They look different but all the themes are light. (btw...

Okay. Trying to get this to work but I'm a little lost. But perhaps more on topic: what about getting a dark theme installed (packed) with the git-gui for windows...

@prati0100 so where does this issue belong? Here, or in the git-for-windows project (i.e. repo)?

Okay, thanks! I'll try to contribute this weekend

So if I'm not mistaken this is the code as it should be copy-pasted into the console. ``` ttk::style theme use default ttk::style configure TFrame -background #333 ttk::style configure TLabelframe...

How can we change the color of the white border/outline of frames? ![image](https://user-images.githubusercontent.com/5260237/152490631-a31ad7b5-4109-4ff9-9e04-6fe75d6624f9.png) I tried this but it didn't change anything: ttk::style configure TFrame -background #333 **-bordercolor #333**

Where do I put this code?