aboutsummaryrefslogtreecommitdiff
path: root/templates/default.mustache
AgeCommit message (Expand)Author
2021-03-25add support for LspDiagnosticsBonaBeavis
2021-03-19improve cursorlineBonaBeavis
2021-03-18Something opinionatedBonaBeavis
2021-02-06Make WildMenu highlight easier to read/more like nvim pumFausto Núñez Alberro
2021-02-06Highlight Spell{Bad,Local,Cap,Rare} consistently to avoid clashesFausto Núñez Alberro
2021-02-06Merge pull request #12 from MageJohn/whitespaceFausto Núñez Alberro
2021-01-26Wrap Neovim-specific groups in has("nvim")Fausto Núñez Alberro
2021-01-26Support Neovim built-in LSP highlight groupsFausto Núñez Alberro
2021-01-26Support nvim-treesitter highlight groupsFausto Núñez Alberro
2021-01-26fix: remove underline on cursorlinenrDylan Armstrong
2020-10-24Add support for GUI special names ("NONE", ...)Johnny Oskarsson
2019-12-21Set the Whitespace highlight groupYuri Pieters
2019-06-07Merge pull request #195 from a-vrma/consistent_quotingChris Kempson
2019-05-22Merge branch 'fix-tabs' and rebuild schemesDaniel Wennberg
2019-05-19templates/default.mustache: use spaces for indentingDaniel Hahler
2019-02-15Use local variables, don't modify a: dictDaniel Wennberg
2018-12-31Change all quotes to double quotes.Aman
2018-10-25Add ansi colors for vim terminalDaniel Wennberg
2018-10-08Merge pull request #188 from aaether32323/change_hi_functionChris Kempson
2018-10-04Let Base16hi optionally omit `attr` and `guisp`Aman
2018-10-01Modify PHP method colorjradtilbrook
2018-05-24Merge pull request #177 from vtavernier/fix/issue-150Chris Kempson
2018-03-31Fix #150Vincent Tavernier
2018-03-26Fixes #175José Luis Lafuente
2018-03-22Merge pull request #172 from jlesquembre/spellChris Kempson
2018-03-22Java highlightingTarin Mahmood
2018-03-13Added java's `new` operator highlightTarin Mahmood
2018-02-02Set default foreground color for spellingJosé Luis Lafuente
2017-12-06Fixes #162José Luis Lafuente
2017-11-06Merge pull request #161 from jlesquembre/hl-substituteChris Kempson
2017-11-06Merge pull request #158 from jlesquembre/nvim-terminalChris Kempson
2017-11-06Add SubstituteJosé Luis Lafuente
2017-11-05Merge pull request #160 from jlesquembre/startifyChris Kempson
2017-11-04Add support for vim-startifyJosé Luis Lafuente
2017-11-04Make local customization easierJosé Luis Lafuente
2017-11-04Fixes nvim terminal colorsJosé Luis Lafuente
2017-07-05Provide more contrast for popup menuJohn Nguyen
2017-07-03Add support for QuickFixLineChris Kempson
2017-06-04Better python supportJosé Luis Lafuente
2017-05-08Fixed color orderMax Christian Pohle
2017-03-12Don't set guifg for MatchParenThayne McCombs
2017-01-21Fixes :terminal colors in Neovim.Ivan Deschenaux
2017-01-18Add support for pangloss/vim-javascriptGetkey
2017-01-12Fixes brace colors (#131)Vlad Aituganov
2016-12-28Brightens color for CursorLineNrChris Kempson
2016-12-19Fix Search and IncSearch highlighting (#113)Chris Poliquin
2016-10-27Add fugitive supportJosé Luis Lafuente
2016-10-23Remove ruby interpolation highlighting overrideAaron Williamson
2016-07-09Removed &background setting as it seems to be deprecated.DLWood1001
2016-06-29Darkens the search text two shadesChris Kempson
95 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629