aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-google-dark.vim
AgeCommit message (Expand)Author
2021-12-08Merge pull request #43 from fnune/improve-diff-and-foldingBonaBeavis
2021-12-08Merge pull request #42 from fnune/41-zenburn-treesitter-highlight-are-missingBonaBeavis
2021-12-01Tone down Folded and DiffDeleteBonaBeavis
2021-12-01Improve diff and foldsBonaBeavis
2021-12-01Align syntax highlights to base16 stylingguidelineBonaBeavis
2021-11-21Fix float backgroundBonaBeavis
2021-11-08Support Neovim 0.6 Diagnostic highlight groupsBonaBeavis
2021-11-08Use ! instead of defaultBonaBeavis
2021-11-07Fix LspReference highlight groups typo (#33)hungpt2702
2021-08-25Remove treesitter highlights (#26)BonaBeavis
2021-08-03Add Coc semantic token highlight groups (#25)nbn22385
2021-05-07Revert "Merge pull request #23 from cherrry/error-cursorline-fix"Fausto Núñez Alberro
2021-04-30Fix error group highlighting under cursorline.Cherry Ng
2021-03-25add support for LspDiagnosticsBonaBeavis
2021-03-19forgot makeBonaBeavis
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-06Build the whitespace highlight group changeFausto 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-26Run make with the changesFausto Núñez Alberro
2021-01-24Build the project with the changes from PR #7Fausto Núñez Alberro
2019-06-07Updates outputChris Kempson
2019-05-22Merge branch 'fix-tabs' and rebuild schemesDaniel Wennberg
2019-02-15Use local variables, don't modify a: dictDaniel Wennberg
2018-10-25Add ansi colors for vim terminalDaniel Wennberg
2018-10-08Updates outputChris Kempson
2018-05-24Merge pull request #177 from vtavernier/fix/issue-150Chris Kempson
2018-03-31Fix #150Vincent Tavernier
2018-03-26Update outputJosé Luis Lafuente
2018-02-02Update outputJosé Luis Lafuente
2017-12-18Update outputJosé Luis Lafuente
2017-11-07Updates outputChris Kempson
2017-10-25Fixes issue with missing scheme slug in outputChris Kempson
2017-10-24Updates outputChris Kempson
2017-07-06Updates outputChris Kempson
2017-07-03Supports QuickFixLine plus scheme updatesChris Kempson
2017-03-26Update color schemesAnurag Soni
2017-03-12Don't set guifg for MatchParenThayne McCombs
2017-01-31Updates colors to latest schemesDaniel Rivas
2017-01-18Add support for pangloss/vim-javascriptGetkey
2017-01-12Updates outputVlad Aituganov
2016-12-28Updates outputChris Kempson
2016-12-28Updates outputChris Kempson
2016-10-27Add fugitive supportJosé Luis Lafuente
2016-10-23Remove ruby interpolation highlighting overrideAaron Williamson
2016-07-20Updates outputChris Kempson
88 389 390 391 392 393 394 395 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